adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.22k stars 476 forks source link

Add support for UnixTimeExtraField in Zips #802

Closed DannyBoyk closed 5 months ago

DannyBoyk commented 5 months ago

We recently encountered a zip file that had the UnixTimeExtraField set in the local and central directory headers. These times had the propery last modification time set for the files while the standard last modified time field in the headers was invalid.

This task is to add support for this extra field type. Pull request incoming shortly.