Skip to main content

settings/timezones/codes

Retrieves the list of time zones with code and name. 

URL

(GET) /api/settings/timezones/codes
(POST) /api/settings/timezones/codes
 

PARAMETERS

The method has no parameters.

Use the POST variant for Auto-completion and pagination.


RESULTS

The result is a JSON array with one element per country:

vThe internal name/code of the time zone in Englishstring
tThe print title of time zone with UTC offset detailsstring


EXAMPLES

List of time zones:

CODE
 [
    {
        "v": "GMT Standard Time",
        "t": "(UTC+00:00) Dublin, Édimbourg, Lisbonne, Londres"
    },
    {
        "v": "Greenwich Standard Time",
        "t": "(UTC+00:00) Monrovia, Reykjavik"
    },
    {
        "v": "GTB Standard Time",
        "t": "(UTC+02:00) Athènes, Bucarest"
    },
    {
        "v": "Georgian Standard Time",
        "t": "(UTC+04:00) Tbilissi"
    },
	...
]




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.