HOW TO
As of ArcGIS Pro 2.7 and the December 2020 release of ArcGIS Online, it is possible to set a preferred time zone on a feature service with date fields. This alleviates the issue where date fields in a feature service appear in a different time zone when consumed in ArcGIS Pro compared to ArcGIS Online.
The preferred time zone must be set on the service after it is published. To do so, add the preferredTimeReference parameter in the service definition following the steps below:
https://<adminservicecatalog-url>/services/<serviceName>/FeatureServer/updateDefinition
Note: Appending a token at the end of the URL may be required.
{ "preferredTimeReference": { "timeZone": "Pacific Standard Time", "respectsDaylightSaving": true } }
Note: To set the time zone to a different zone, use the appropriate "Name of Time Zone" string from the Microsoft Time Zone Index Values.
Get help from ArcGIS experts
Download the Esri Support App