drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
939 stars 167 forks source link

Use invariant culture when parsing IPTC dates/times #287

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

This fixes IPTC date/time parsing so that it no longer depends upon the environment's culture.

This also fixes the broken CI build.