| FRAMES | NO FRAMES | Description | Parameters | Response | Example |
| URL: | http://server:port/arcgis/admin/info |
|---|---|
| HTTP Method: | GET |
| Parent Resource: | Site |
| Supported Operations: | Get Available Time Zones |
A read-only resource that returns meta information about the server.
| Parameter | Description |
|---|---|
| f | The response format. The default response format is html. Values: html | json |
{
"currentversion": "<version>",
"currentbuild": "<build_num>",
"timezone": {
"displayname": "<display_name_of_zone>",
"windowsid": "<windows_id>",
"olsonid": "<olson_id>",
"daylightsavings": <true|false>
}
}
{
"currentversion": "10.1",
"currentbuild": "3009",
"timezone": {
"displayname": "(UTC-08:00) Pacific Time (US & Canada)",
"windowsid": "Pacific Standard Time",
"olsonid": "America/Los_Angeles",
"daylightsavings": true
}
}