Closed GeeFernando closed 1 year ago
Thank you for bringing this up, we were able to fix the issue for the next release! There will be a beta release in July. :)
Thank you for bringing this up, we were able to fix the issue for the next release! There will be a beta release in July. :)
Whoa - that was a quick response/fix. Thanks so much. :)
to_featureset() - UTC date/time fields not working
Describe the bug I noticed after the latest ArcGIS Python API update
2.1.0.2
in AGOL Notebooks - UTC enabled dateTime fields cannot be converted to featuresets. It was working fine with ArcGIS Python API2.0.1
.Most of our dateTime data is in local timezones, so we first need to convert it to UTC before uploading it onto ArcGIS Online. I know that I can subtract pd.Timedelta(hours=10) to convert Canberra/Australia times to UTC, but this gets quite complex with daylight savings.
To Reproduce Steps to reproduce the behaviour:
error:
Expected behaviour This works fine in previous versions.
Platform (please complete the following information):
2.1.0.2