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 20:06:07-07 by justin in response to 8288
Re: Problem Setting FileModifyDate

Hi Phil, yes I did delete the other 13 results to keep the post smaller. As you suspected the problem was a pearl/windows DST issue, I used XnView to set the file modified date on the jpg files I was working on earlier. However, it could not cope with the 3 NEF files I have from 2007 so I have performed the tests you suggested and the results are below:

D:\Photos\Library\2007\03\25>exiftool -alldates -fileModifyDate -s -G1 * ======== 2007-03-25_D50_DSC_4513.NEF [ExifIFD] DateTimeOriginal : 2007:03:25 18:35:16 [ExifIFD] CreateDate : 2007:03:25 18:35:16 [IFD0] ModifyDate : 2007:03:25 18:35:16 [File] FileModifyDate : 2007:03:25 19:35:16 ======== 2007-03-25_D50_DSC_4514.NEF [ExifIFD] DateTimeOriginal : 2007:03:25 18:35:37 [ExifIFD] CreateDate : 2007:03:25 18:35:37 [IFD0] ModifyDate : 2007:03:25 18:35:37 [File] FileModifyDate : 2007:03:25 19:35:37 ======== 2007-03-25_D50_DSC_4515.NEF [ExifIFD] DateTimeOriginal : 2007:03:25 18:35:59 [ExifIFD] CreateDate : 2007:03:25 18:35:59 [IFD0] ModifyDate : 2007:03:25 18:35:59 [File] FileModifyDate : 2007:03:25 19:35:59 3 image files read D:\Photos\Library\2007\03\25>exiftool "-filemodifydate-=1" -v3 * Shifting File:FileModifyDate if tag exists ======== 2007-03-25_D50_DSC_4513.NEF ======== 2007-03-25_D50_DSC_4514.NEF ======== 2007-03-25_D50_DSC_4515.NEF 0 image files updated 3 image files unchanged D:\Photos\Library\2007\03\25>exiftool -alldates -fileModifyDate -s -G1 * ======== 2007-03-25_D50_DSC_4513.NEF [ExifIFD] DateTimeOriginal : 2007:03:25 18:35:16 [ExifIFD] CreateDate : 2007:03:25 18:35:16 [IFD0] ModifyDate : 2007:03:25 18:35:16 [File] FileModifyDate : 2007:03:25 19:35:16 ======== 2007-03-25_D50_DSC_4514.NEF [ExifIFD] DateTimeOriginal : 2007:03:25 18:35:37 [ExifIFD] CreateDate : 2007:03:25 18:35:37 [IFD0] ModifyDate : 2007:03:25 18:35:37 [File] FileModifyDate : 2007:03:25 19:35:37 ======== 2007-03-25_D50_DSC_4515.NEF [ExifIFD] DateTimeOriginal : 2007:03:25 18:35:59 [ExifIFD] CreateDate : 2007:03:25 18:35:59 [IFD0] ModifyDate : 2007:03:25 18:35:59 [File] FileModifyDate : 2007:03:25 19:35:59 3 image files read D:\Photos\Library\2007\03\25>

Many thanks for your help! Justin..

Direct Responses: 8291 | Write a response