TimeZoneInfo

Represents time zone information.

Fields

TimeZoneId
The unique identifier of the time zone.
DisplayName
The display name of the time zone.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{
  "TimeZoneId": "CE31CEF8",
  "DisplayName": "(UTC+02:00) Harare, Pretoria"
}

XML body:

<?xml version="1.0"?>
<TimeZoneInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" TimeZoneId="CE31CEF8">
  <DisplayName>(UTC+02:00) Harare, Pretoria</DisplayName>
</TimeZoneInfo>

CSV body:

TimeZoneId,DisplayName
CE31CEF8,"(UTC+02:00) Harare, Pretoria"