Learn R Programming

lutz (version 0.3.2)

tz_list: Create a list of Time Zones

Description

Output a list of time zone names, with daylight savings time and utc offset

Usage

tz_list()

Arguments

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)