Description Usage Arguments Value
Assumes that DST transitions happen on hour boundaries, which is true almost everywhere, and that the wall clock shifts back and repeats exactly 1 hour, again true almost everywhere. This code relies on R and the OS to properly manage DST in all timezones.
1 | dst_repeat_starttime(y, m, d, tz)
|
y |
the year |
m |
the month |
d |
the day |
tz |
the timezone |
list of two integers betweeen 0000 and 2359, hhmm format. the first integer is the beginning of the interval of clock times which correspond to 2 separate instants of time, the second is the end of that interval. The left endpoint is ambiguous, the right endpoint is not since it maps only to Standard Time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.