Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Downloads a file format configuration by its ID. Use 

URL

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

PARAMETERS

The method has no parameters.

Use the POST variant for auto-completion and pagination features.


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:

 [
    {
        "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"
    },
	...
]

 

 

 

  • No labels