Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'How about adding or subtracting time from creation dates?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How about adding or subtracting time from creation dates?
Authored by: Cezary Okupski on May 19, '09 10:03:10PM
Install exiftool (http://www.sno.phy.queensu.ca/~phil/exiftool/#shift) and then in the command line:
exiftool '-FileModifyDate-=1:0:3 0:0:10' DIR
or if you want to modify (or set) metadata dates as well then for example:
exiftool '-AllDates-=1:0:3 0:0:10' DIR
There is so much more functionality to manage photos, so it's worth to have a read about it.

[ Reply to This | # ]