Content & ServicesDeveloper Platform
Get Timezones
Quick Guide
Use the Timezones API to query the timezone list currently supported by the server. The Device Settings API only accepts timezone values from the returned key field.
GET
/api/authV2/open/timezonesGenerated Code
1// Generating...Response Example
[
{
"key": "Asia/Shanghai",
"name": "Shanghai",
"utcOffsetMinutes": 480,
"utcOffsetLabel": "UTC+8"
}
]Response Schema
Prop
Type
Timezone key. Use this value for the timezone field in the Device Settings API.
Localized timezone name based on the current user preference.
Current UTC offset in minutes. Positive values are east of UTC.
Current UTC offset display label.
Did this solve your problem?
Join our community