View source: R/lubridate_supplements.R
time_zone | R Documentation |
Function to extract time-zone from a POSIXct date.
time_zone(date)
date |
Date vector. |
Vector with a length of one.
Stuart K. Grange
## Not run:
# A date vector
time_zone(date_parsed)
# A variable in data frame
time_zone(data_test$date)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.