Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resources embed.FS
Functions ¶
func GetIanaNameForLinux ¶
func GetIanaNameForWindows ¶
Types ¶
type Timezone ¶
type Timezone struct {
UtcOffset string `json:"utc_offset"`
Abbreviation string `json:"abbr"`
IsDst bool `json:"is_dst"`
IanaName string `json:"iana_name"`
}
func GetTimezone ¶
func GetTimezone() *Timezone
type WindowsZoneMapping ¶
Click to show internal directories.
Click to hide internal directories.