POSIXct
columns of a data frame to the local time zoneR/time_zones.R
convert_to_local_time.Rd
Tiingo returns data with a UTC time zone. Often you will want to view this
in your own time zone. This function converts each POSIXct
column of the
returned tibble
to the local (or specified) time zone.
convert_to_local_time(.data, tz = "")
.data | A tibble with |
---|---|
tz | The time zone to convert to. The default is the local time zone. |