I have a pile of images that were taken in time zone GMT, but I'm currently in EST. I'd like to set the file modification date based on the DateTimeOriginal field. The obvious answer is to use '-DateTimeOriginal>FileModifyDate', but that assumes that DateTimeOriginal is specified in the current time zone, so everything gets shifted by five hours.
Is there a way to tell exiftool which time zone a file's timestamps should be interpreted in? Normally this doesn't matter because exif tags don't know about timezones, but file modification dates do.
Thanks,
Dan