CÓMO
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
{ "preferredTimeReference": { "timeZone": "Pacific Standard Time", "respectsDaylightSaving": true } }
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri