Bug ID Number |
BUG-000157122 |
Submitted | March 30, 2023 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Experience Builder |
Version found | February 2023 |
Operating System | Windows OS |
Operating System Version | N/A |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
ArcGIS Online stores date fields in UTC, applying a conversion to the local time when displaying the date fields based on the machine's time zone settings. Exporting to a CSV file exports the stored UTC time for date fields, as outlined in ArcGIS Online documentation: https://doc.arcgis.com/en/arcgis-online/reference/csv-gpx.htm#:~:text=Data%20is%20exported%20in%20UTC%20format.
Workaround
Either use ArcGIS Web AppBuilder (where CSV exports return time stamps in local or 12-hour time) or recalculate the time from UTC (24-hour) to local (12-hour) outside of ArcGIS Online after exporting the CSV.
Steps to Reproduce