Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadLocationByAbbreviation ¶
LoadLocationByAbbreviation returns a `*time.Location` given a timezone abbreviation and name. For example: ("PST", "Pacific Standard Time"). If the abbreviation only represents one timezone the timezone name can be omitted. An error is returned if more than one location is present. This is a wrapper for `github.com/tkuchiki/go-timezone` which defines the timezone abbreviation and names.
func LoadLocationsByAbbreviation ¶
LoadLocationsByAbbreviation loads all the matching locations by timezone abbreviation and name. Errors are returned as an empty slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.