View source: R/sys-date-time.R
dtt_sys_date_time | R Documentation |
Get System Date Time
dtt_sys_date_time(tz = dtt_default_tz())
tz |
A string of the time zone. |
A floored POSIXct scalar.
Other sys:
dtt_sys_date()
,
dtt_sys_time()
## Not run:
dtt_set_default_tz("UTC")
dtt_sys_date_time()
dtt_set_default_tz("Etc/GMT+8")
dtt_sys_date_time()
dtt_sys_date_time(tz = "UTC")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.