Select to view content in your preferred language

Bug when uploading date field to AGOL

1806
2
06-19-2014 04:52 AM
JerryGarcia1
Deactivated User
When I add a compressed shapefile with a date field to AGOL it adds an extra day.  For example the attribute when open in ArcMap will be June 23rd but when uploading to AGOL the date changes to June 24th. I found a work around by making a text field with the date in it but it would be nice to have it work properly.
Tags (2)
0 Kudos
2 Replies
AlannahAnderson
Deactivated User
AGOL reads time in GMT time zone.  Your shapefile is probably in your local time zone.  One way I fixed this problem is to write a script that has the correct offset so that the time shows properly in AGOL.
0 Kudos
JerryGarcia1
Deactivated User
Thanks for the info, very helpful.
0 Kudos