R/tz.R
dtt_adjust_tz.Rd
Adjust the time zone and time.
dtt_adjust_tz(x, tz = dtt_sys_tz(), ...)
A POSIXct vector.
A string of the new time zone.
Unused.
The POSIXct vector with the new time zone and time.
dtt_set_tz
dtt_adjust_tz(Sys.time(), tz = "UTC")#> [1] "2020-03-05 21:39:59 UTC"