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 2010-02-16 10:59:27.502072-08 by exiftool in response to 12416
Re: Should XPComment changes affect Exif Byte Order and File Mod Time?
Hi Jim,

Thanks for pointing this out. I had actually been thinking that we were talking about a timestamp in the metadata, but I see now that it was the system file modification date.

The filesystem information is handled differently from information actually stored in the image:

By default exiftool does nothing special to try to preserve the filesystem attributes when writing, so the System:FileModifyDate will get set to the current time when a file is edited. However, this time may be preserved by using the -P option. Other filesystem attributes (such as icon position, etc) may also change, but if you really need to preserve things these types of things, the -overwrite_original_in_place option may be used for this.

- Phil
Direct Responses: 12418 | Write a response