Allow use of ISO 8601 date format in ArcGIS Online

758
1
01-23-2019 11:02 AM
Status: Open
ChrisMathers1
Occasional Contributor II

ArcGIS Online should allow for dates to be stored in hosted services as ISO 8601 (YYYY-MM-DDThh:mm:ssTZD) so that the AGOL front end correctly displays dates as they are recorded. It is silly to make users recalculate their date fields to account for timezones before publishing because the AGOL databases dont store timezone data. Having the time zone data stored with the date makes the calculation converting the presented date into local time no more difficult for the software.

There is a similar idea here.

1 Comment
DonBarker

ISO 8601 is also the standard which is compatible with Pandas datetime objects, and in particular the Pandas read_csv()  function.