Skip to main content

timezone

Timezone information.

type tg.Timezone struct { /* ... */ }

Fields

NameTypeRequiredDescription
IDstringyesUnique timezone ID.
NamestringyesHuman-readable and localized timezone name.
UtcOffsetintyesUTC offset in seconds, which may be displayed in hh:mm format by the client together with the human-readable name (i.e. $name UTC -01:00).

References