Description Usage Arguments See Also Examples
This function calculated the difference between a time zone
tz
and Greenwhich Mean Time or viceversa.
1 2 | tzmanager(tz = Sys.timezone(location = TRUE), returns.string = TRUE,
when = as.character(Sys.Date()), offset.sign = NA)
|
tz |
time zone (string character or number) |
returns.string |
lofical. If it is |
when |
string character indicating a reference date (YYYY-MM-DD). See default. |
offset.sign |
offset signum. It can be
|
timezones)
,http://en.wikipedia.org/wiki/ISO_8601#Dates
1 2 3 4 5 6 | tz <- Sys.timezone()
difftz <- tzmanager(tz=tz)
difftznum <- tzmanager(tz=tz,returns.string=FALSE)
tz_v2 <- tzmanager(tz=difftznum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.