Hi all,
I use python to export my data into arcgis online. I am struggling with the time column. Every time I export, the time column is still registering as string. I am quite lost. Can anyone help? I would appreciate it. My code is below for one time instance is below:
time_data = datetime.datetime(2021, 4, 22, 12, 1)
time_reformat = datetime.datetime.strftime(time_data,'%Y/%m/%d %H:%M:%S')
The variable tim