How Can I add 3372 days to the original date of the photographs?
Thanks, Enri
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.