Sets the time zone for a date time vector without adjusting the clock time.
Equivalent to lubridate::force_tz()
.
Usage
dtt_set_tz(x, tz = dtt_default_tz(), ...)
# S3 method for class 'POSIXct'
dtt_set_tz(x, tz = dtt_default_tz(), ...)
See also
Other tz:
dtt_adjust_tz()
,
dtt_sys_tz()
,
dtt_tz()
Examples
dtt_set_tz(as.POSIXct("1970-01-01", tz = "Etc/GMT+8"), tz = "UTC")
#> [1] "1970-01-01 UTC"