Is there a way, to adjust all times by + or - one hour.
This idiot has forgotten to turn of daylight savings time on the camera.
For clarification, I am using Linux, just in case there is only a solution out side of ASP.
Adjusting time
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Video Card: FirePro 4900
- Monitor/Display Make & Model: NEC PA301w, ColorMunki
- Location: München
- Contact:
Re: Adjusting time
Exiftool is your friend...
cheers
afx
cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Re: Adjusting time
Code: Select all
exiftool -AllDates+=1 -overwrite_original .Then in ASP use: Edit > Settings > Merge external metadata.
