Skip to main content

Get Time Zones

GET 

/api/persons/gettimezones

Tier: Public — stable, supported for third-party integration.

Returns the server machine's available time zones, for populating a person's TimeZone field.

The list comes from TimeZoneInfo.GetSystemTimeZones and uses Windows time zone ids (e.g. "AUS Eastern Standard Time") — the exact set is machine-dependent.

Responses

The list of available System.TimeZoneInfo values.