Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadOldNames ¶
DownloadOldNames fetches the list of old tz names and returns a mapping
func UpdateWindowsTZMapping ¶
Types ¶
type MapTimezones ¶
type SupplementalData ¶
type SupplementalData struct {
WindowsZones WindowsZones `xml:"windowsZones"`
}
func DownloadWindowsZones ¶
func DownloadWindowsZones() (SupplementalData, error)
DownloadWindowsZones fetches Windows mapping info from unicode.org
type WindowsZones ¶
type WindowsZones struct {
MapTimezones []MapTimezones `xml:"mapTimezones"`
}
Click to show internal directories.
Click to hide internal directories.