dst.to.est | R Documentation |
converts Eastern Daylight Saving time (EDT) to Eastern Standard Time (EST)
dst.to.est(x, to.tzone = "EST")
x |
Date (as.POSIXct) |
Helper function to convert EDT to EST date-time fields
datetime=as.POSIXct(c("2015-05-01 08:00:00","2015-10-15 12:00:00","2015-10-15 5:00:00"))
dst.to.est(datetime)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.