I'm using Drew's metadata-extractor library to rename my photos and videos.
It's fantastic, but I'm encountering a major problem when renaming, for example videos, when I'm on another time zone than when the one when the video was shot.
e.g. My video was taken in Argentina, with the datetime "Fri Mar 27 11:43:25 ART 2020".
When I want to process my file, back in europe, all the dates I can find within the Metadata have been adapted to CET , i.e. "Fri Mar 27 15:43:25 CET 2020".
Therefore, I can't use those datetimes to rename my files, as it will result in an incorrect name. I cannot mannually change the timezone for each directory I'm processing, as the idea it to automate everything.
Is there a way to get the original datetime/timezone from my files ? (mp4, jpg, ... all types of images/videos).
Many thanks.
Frank