SOLVED:
Create a field with Created Time data type. Turn on the “Use same time zone for all collaborators” option to guard against future updates that change how dates/times are treated.
Create another field with a DATEADD formula to adjust the Creat...
Similar issue coupled with treatment of date/time/timezone in a filter.
I am in EDT time zone. I used this formula to make the field show ‘today’s’ date in my own time zone (I also tried this with CREATED_TIME() rather than TODAY() with the same resu...