Skip to contents

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)