Time duplicated in ExifTool outpug

Started by Archive, May 12, 2010, 08:54:22 AM

Previous topic - Next topic

Archive

[Originally posted by heiko on 2008-07-14 12:51:10-07]

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

Archive

[Originally posted by exiftool on 2008-07-14 13:20:02-07]

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

Archive

[Originally posted by heiko on 2008-07-14 14:36:44-07]

Hello Phil,

thank you for your answer and for fixing this issue.

Heiko