Make.UTC | R Documentation |
Create UTC counterparts of user-input dates for CDS queries
Make.UTC(DatesVec = NULL)
DatesVec |
A vector of POSIXct objects |
A data frame on input dates respective to user-queried timezone and their UTC counterparts.
IN_DateStart <- as.POSIXct("1995-01-01 00:00", tz = "CET")
IN_DateStop <- as.POSIXct("2005-01-01 23:00", tz = "CET")
Dates_df <- Make.UTC(DatesVec = c(IN_DateStart, IN_DateStop))
Dates_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.