Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.08 KB

File metadata and controls

67 lines (55 loc) · 2.08 KB

Function: GetTimezoneInfo

Retrieves a struct of information about the timezone

Method Signature

GetTimezoneInfo(timezone=[string], locale=[string])

Arguments

Argument Type Required Description Default
timezone string false optional, a specific timezone to retrieve information on
locale string false optional, a specific locale for language output of the timezone name fields

Examples

Related