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-14 12:51:10-07 by heiko
Time duplicated in ExifTool outpug
Hello, for images which were taken with a Sony DSC-H9 I get the following output for the creation date: "Date/Time Created: 2008:07:12 15:00:43+02:00 15:00:43+02:00" The time is duplicated e.g. with the parameters: "-all" and "-time:all". If I use "-exif:all", "-xmp:all" or "-iptc:all" the output is ok. I've tested the same with images from a Canon photo, and there all was normal. Is this a bug in ExifTool or a bug in the Sony firmware? If you need a sample image please let me know it. Regards Heiko
Direct Responses: 8299 | Write a response
Posted on 2008-07-14 13:20:02-07 by exiftool in response to 8297
Re: Time duplicated in ExifTool outpug
Thanks for pointing out this problem. DateTimeCreated is a composite tag which joins DateCreated and TimeCreated, but in your case the XMP:DateCreated already contains a time (which is valid according to the spec), so the time appears twice. I will add a check in the code to avoid this problem for the next release.

- Phil
Direct Responses: 8301 | Write a response
Posted on 2008-07-14 14:36:44-07 by heiko in response to 8299
Re: Time duplicated in ExifTool outpug
Hello Phil, thank you for your answer and for fixing this issue. Heiko
Direct Responses: Write a response