We possibly need to add "datetime64[ns, UTC]" to this list:
|
"esriFieldTypeDate": ["datetime64[ns]"], |
@jacobdadams said that he wants to look into this more before doing it. Running transform.DataCleaning.switch_to_datetime is a suitable workaround for the time being.
We possibly need to add
"datetime64[ns, UTC]"to this list:palletjack/src/palletjack/utils.py
Line 490 in 46127ba
@jacobdadams said that he wants to look into this more before doing it. Running
transform.DataCleaning.switch_to_datetimeis a suitable workaround for the time being.