drewnoakes / metadata-extractor

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

Fixed parsing of illegal dates + handle known null value #650

Closed StefanOltmann closed 5 months ago

StefanOltmann commented 5 months ago

Fixes the problem that parsing a date like 0000:00:00 00:00:00 will become Sun Nov 30 00:00:00 GMT 2.

Resolves #609.

StefanOltmann commented 5 months ago

@drewnoakes Yes, I attached on the original issue a JPG test image you are free to use in your repository.

https://github.com/drewnoakes/metadata-extractor/issues/609#issue-1655127783