Timezone
Contains an API call to get information about all supported timezones.
API actions
list
parameter
name
description
type
Example
curl -X POST 'https://api.eu.navixy.com/v2/timezone/list' \
-H 'Content-Type: application/json' \
-d '{"locale": "En-en"}'Response
{
"success": true,
"list": [
{
"zone_id": "Australia/Sydney",
"description": "Sydney",
"base_offset": 10.0,
"dst_offset": 1,
"country_code": "AU",
"alt_ids": ["Australia/ACT", "Australia/Canberra", "Australia/NSW"]
}
]
}Errors
Last updated
Was this helpful?