Summary
Coordinated Universal Time (UTC) is a time standard commonly used across the world. When attempting to get a specific time zone following the UTC time standard, the time that is set may not match the time zone.
The instructions provided describe how to set the UTC time field to follow a specific time zone.
Procedure
There are two ways to resolve this issue. Refer to the steps below.
ArcGIS Server Manager interface
- Log in to ArcGIS Server Manager: https://server.domain.com:6443/arcgis/manager.
- Click Services, and select the desired service.
- Click Parameters.
- In the Date Field Setting, select the require time zone in the drop-down list, click the Values are adjusted for daylight savings box.
ArcGIS Server Administrator Directory
- Navigate to the ArcGIS Server Administrator Directory: https://server.domain.com:6443/arcgis/admin.
- Log in with the ArcGIS Server Administrator account. For more information, refer to the following link, ArcGIS Server: Accounts used by ArcGIS Server.
- Click services, and select the desired service (MapServer).
- Scroll down to the bottom of the page, and under Supported Operations, click edit.
- On the Edit MapServer page, include the following properties: dateFieldsRespectsDaylightSavingTime and dateFieldsTimezoneID. Ensure the properties are placed after the maxRecordCount property.
Note:
For more information, refer to ArcGIS REST API: Service Types. However, the document mentions dateFieldsRespectsDaylightSavingsTime, which is incorrect, as 'Savings' must be spelled as 'Saving'.