I need help converting the dates/times of ~130k records from UTC (Survey123 standard) to a local time zone. I can't seem to find any good answers that don't take forever and/or freeze Pro.
What I've tried:
Convert time zone: Takes hours, had to stop at hour 4 to do other work.
Calculate field: !date_! - (datetime.timedelta(hours=6)) : Got a type error: unsupported operand type(s) for -: 'str' and 'datetime.timedelta'
Exported the data with the correct time zone applied in the Environments settings: Also takes hours and bricks Pro.
Am I missing something? The AGOL layer shows the correct time zone, but I don't know how to export it into Pro without it defaulting to UTC. This feels very basic, so I don't know why I'm struggling with it. Any advice is appreciated!