olson_time_zones {lubridate} | R Documentation |
The names of all available Olson-style time zones.
olson_time_zones(order_by = c("name", "longitude"))
order_by |
Return names alphabetically (the default) or from West to East. |
A character vector of time zone names.
Olson-style names are the most readable and portable
way of specifying time zones. This function gets names
from the file shipped with R, stored in the file 'zone.tab'.
?Sys.timezone
has more information.
## Not run: olson_time_zones() olson_time_zones("longitude") ## End(Not run)