Hi,
Sometime after version 9.72, exiftool changed the way it handles the local system's timezone for filesystem times.
In my case, I used the following command to "touch" files with the DateTimeOriginal time.
exiftool -'DateTimeOriginal>FileModifyDate' <file>
This used to work as expected with the filesystem time matching DateTimeOriginal. But sometime after version 9.72, the filesystem time is now shifted the equivalent of the offset from UTC. So a file with DateTimeOriganal of 11:00 EST-5 is timestamped as 06:00 on the local filesystem.
Is this working as designed per a change in exiftool or is this a bug?
Thanks