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-07-13 11:38:43-07 by exiftool in response to 8285
Re: Problem Setting FileModifyDate
Interesting. It would appear that Windows and Perl disagree about the date when daylight savings time started. I assume you are using the Windows exe version of exiftool? If so, it uses Perl 5.8. Perhaps if I updated to a more recent version of Perl it would fix this. I will look into it. Until then, try shifting the filemodifydate back by one hour on these files with -filemodifydate-=1. There is no platform-independent way to set the create date in Perl, so exiftool can not do this. - Phil
Direct Responses: 8287 | Write a response