drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.59k stars 480 forks source link

Timestamps 12-hour based? #464

Closed qabi closed 4 years ago

qabi commented 4 years ago

Looks like some kind of am/pm conversion internally?

EXIF time 08.34 is read as 08.34 but EXIF time 14:42 is read as 02:42

Checking the last of these files with the Mac Preview app, it shows correctly as 14.42.

This seems to be a problem with all timestamps after noon (hour > 12).

(Using time zone 'CET').

qabi commented 4 years ago

Problem found outside of library. Sorry for the inconvenience.