tz_list {lutz} | R Documentation |
Create a list of Time Zones
Description
Output a list of time zone names, with daylight savings time and utc offset
Usage
tz_list()
Value
A data.frame of all time zones on your system. Columns:
tz_name: the name of the time zone
zone: time zone
is_dst: is the time zone in daylight savings time
utc_offset_h: offset from UTC (in hours)
[Package lutz version 0.3.2 Index]