dtt_tz | R Documentation |
Gets, sets or the time zone for a date time vector.
dtt_tz(x, ...)
## S3 method for class 'POSIXct'
dtt_tz(x, ...)
x |
A date/time vector. |
... |
Unused. |
A string of the time zone.
dtt_tz(POSIXct)
: Get the time zone for a POSIXct vector.
Other tz:
dtt_adjust_tz()
,
dtt_set_tz()
,
dtt_sys_tz()
dtt_tz(as.POSIXct("1970-01-01", tz = "Etc/GMT+8"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.