setting local timezone so data from GoPro GPS looks correct
I've got video from my new GoPro 9 with GPS data.
When I use the "_Timer - DateTime - Updated" to display the current time (current to when the video was captured)
it displays it as "April 27, 2021 10:15:22" which is accurate according to UTC/GMT time. I'm really in the US Eastern time, so this should be adjusted with -4 or to EDT (Eastern Daylight Time).
So two questions:
1) How/where do I specify the local timezone?
2) how can I change the format? (I'd like to not print the date but keep the time. Even better would be to just use a HH:MM format
and eliminate the seconds display as well
Thanks