| FRAMES | NO FRAMES | Description | Parameters | Response | Example |
| URL: | http://server:port/arcgis/admin/info/getAvailableTimeZones |
|---|---|
| HTTP Method: | GET |
| Parent Resource: | Info |
| Required Privileges: | Publisher or Administrator |
Returns an enumeration of all the time zones of which the server is aware. This is used by the GIS service publishing tools.
| Parameter | Description |
|---|---|
| f | The response format. The default response format is html. Values: html | json |
{
"timeZones": [
{
"displayname": "<display_name>",
"windowsid": "<windows_id>",
},
...
]
}
{
"timeZones": [
{
"displayname": "(UTC+09:30) Darwin",
"windowsid": "AUS Central Standard Time"
},
{
"displayname": "(UTC+10:00) Canberra, Melbourne, Sydney",
"windowsid": "AUS Eastern Standard Time"
}
}