Skip to content

zlasd/tzloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tzloc

Go Reference

IANA time zone database's location enumeration

This package contains the full list of location enumeration of IANA timezone database generated automatically. The data source is from Go standard library lib/time/zoneinfo.zip

You can also check the list from wikipedia: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Due to the variable database, the Go team seems not likely to add the enum to the standard library for keeping backward compatibility. You can see the discussion on this issue: golang/go#36278