time shift...

Started by paulbiddis, February 10, 2023, 09:32:00 PM

Previous topic - Next topic

paulbiddis

Good morning all,

Firstly, apologies for asking what is probably an easy question. I have tried looking for an answer on the forums but what I have come across would need (on my part) some time to fully understand and work it. I am currently doing voluntary work on the Indian subcontinent and access to electricity (let alone decent internet) is sporadic.

I forgot to change the date/time stamp on my camera when I arrived and would like a simple command to increase this to Sri Lankan timezone with a shift of +5 hours and 30 minutes. Could someone give me just this command line that I can use to precede the file/file folder.

Many thanks.

Paul

P.s. I have been a user of exiftool for years with an old account but cannot send to forgotten email password because I no longer have access to the email I used back then. It's all a bit of a muddle.

StarGeek

For a starter, try
exiftool -AllDates+=5:30 /path/to/files/

That should take care of the most common time stamps.

Then run this command to double check all the date time tags in the file
exiftool -time:all -G1 -a -s /path/to/files/

If you see any others you feel need adjusting, use the same command except replace AllDates with the name of the tag to change.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

paulbiddis

Thanks Star, All done and dusted. I just need to change the camera's time and location now :-) Much appreciated.