I've got a hosted feature class with almost half a million records. I want staff to be able to filter this very large feature class by date in Field Maps, but that's not a feature yet.
Instead, I'm going to create text fields that hold all possible values for year, month, and day so that staff can filter with these criteria.
The only problem is, my feature class is huge and I'm not sure how to manage the timezone conversion. In Pro, I can easily calculate the day, month and year from the UTC datetime, but I need to convert to Canada/Eastern (America/Toronto) first, since that's what they will see in Field Maps on their devices.
I've been mucking around for several hours with Notebooks and Field Calculator to no avail. I'd prefer a fast solution, but I'm not very experienced with Notebooks, so I keep getting bogged down.
My date-time field is named 'timestamp' and the fields I want to fill are 'year_', 'month_' and 'day_'.
Thanks for any help!
Erica