linkahead.common.timezone module#
- class linkahead.common.timezone.TimeZone(zone_id: str | None, offset: str | None, display_name: str)#
Bases:
objectTimeZone, e.g. CEST, Europe/Berlin, UTC+4.
- zone_id#
ID of the time zone.
- Type:
string
- offset#
Offset to UTC, e.g. “+1400”
- Type:
str
- display_name#
A human-friendly name of the time zone:
- Type:
string