I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-12-29 17:56:18-08 by bogdan in response to 9607
Re: Date Created Not being modified
Hi Sako,

Using AllDates as you have described, causes increasing Time part (hour) of DateTime. To increase Year only, you should do:
exiftool -AllDates+="1:: ::" dir
-I'm not sure if double quotes must be used on Mac (if not, try single quite instead).

Actually, I like this more:
exiftool -AllDates+="1:0:0 0:0:0" dir
-because it's more descriptive which part will be changed.

Greetings,
Bogdan
Direct Responses: 9615 | Write a response