ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: enriluke on August 21, 2013, 02:58:52 PM

Title: Add date to the original date
Post by: enriluke on August 21, 2013, 02:58:52 PM
How Can I add 3372 days to the original date of the photographs?
Thanks, Enri
Title: Re: Add date to the original date
Post by: StarGeek on August 21, 2013, 07:00:30 PM
See this section (http://www.exiftool.org/index.html#shift) of the docs.

I used
exiftool -alldates+="3372 0" <file>
to add that many days to my test file.  I added the (space)0 after the 3372 in order to make ExifTool realize I wanted to advance the date and not hours.

Use single quotes instead of double if you're on a non-windows machine.