lubridate (version 1.5.6)

olson_time_zones: Names of available time zones

Description

The names of all available Olson-style time zones.

Usage

olson_time_zones(order_by = c("name", "longitude"))

Arguments

order_by
Return names alphabetically (the default) or from West to East.

Value

A character vector of time zone names.

See Also

Sys.timezone

Examples

Run this code
## Not run: 
# olson_time_zones()
# olson_time_zones("longitude")
# ## End(Not run)

Run the code above in your browser using DataLab