Timezone
API call to get information about all supported timezones for the specified locale.
API actions
list
Parameters
name
description
type
Examples
curl -X POST 'https://api.eu.navixy.com/v2/panel/timezone/list' \
-H 'Content-Type: application/json' \
-d '{"locale": "en"}'https://api.eu.navixy.com/v2/panel/timezone/list?locale=enResponse
{
"success": true,
"list": [
{
"zone_id": "America/Tijuana",
"description": "Tijuana",
"base_offset": -8.0,
"dst_offset": 1,
"country_code": "MX",
"alt_ids": [
"America/Ensenada",
"America/Santa_Isabel"
]
}
]
}Errors
Last updated
Was this helpful?