Versions in this module Expand all Collapse all v1 v1.0.0 Jul 1, 2019 Changes in this version + var TimeZoneNotFound = errors.New("timezone not found") + type TimeZone struct + Abbr string + Isdst bool + Offset int + Text string + Utc []string + Value string + func GetTimeZoneByValue(value string) (*TimeZone, error) + func GetTimeZones() []TimeZone