Description Usage Arguments Value Examples
View source: R/time_dimensions.R
Check that a date-time is in the UTC time zone, and return the date time offset 'zero'
1 | check_is_utc(d)
|
d |
an object coercible to a POSIXct |
a character, the time zone offset string '+0000'
1 2 | start_time <- ISOdate(year=2010, month=08, day=01, hour = 12, min = 0, sec = 0, tz = 'UTC')
check_is_utc(d=start_time)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.