jaime-olivares / zipstorer

A Pure C# Class to Store Files in Zip
MIT License
183 stars 63 forks source link

Proper Date/Time #23

Closed mgholam closed 5 years ago

mgholam commented 6 years ago

Can you add the proper date/time in the extended header instead of the brain dead dos format date/time?

jaime-olivares commented 6 years ago

Please elaborate more. Is the standard date/time not working?

mgholam commented 6 years ago

The standard date/time is working but giving only even seconds and I need exact the time. As a workaround I'm using the zip comment to store the file exact date time. See my article : https://www.codeproject.com/Articles/1224849/TorpedoSync

jaime-olivares commented 5 years ago

I have added NTFS FileTime extra section. That can store dates with a resolution of 100 ns. To be released soon.