dotnet / android-libzipsharp

A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30 stars 12 forks source link

Add Support Adding Extending TimeStamp Fields #47

Closed dellis1972 closed 4 years ago

dellis1972 commented 4 years ago

Basic zip file support only have a 2 second resolution with its timestamps. We should be able to easily add the Extra Fields which includes the enhanced timestamps which will give us better timestamps resolution.

dellis1972 commented 4 years ago

Fixed via https://github.com/xamarin/LibZipSharp/pull/48