evanmiller / mod_zip

Streaming ZIP archiver for nginx 📦
https://www.nginx.com/resources/wiki/modules/zip/
BSD 3-Clause "New" or "Revised" License
215 stars 64 forks source link

Use consistent timestamp #112

Open nanaya opened 9 months ago

nanaya commented 9 months ago

Related to #74. Generating consistent timestamp is better than having some arbitrary and changing timestamp. It's also weird when dealing with resumed download as the timestamps will be all over the place.

At any rate, the timestamp data is junk. Might as well be a consistent junk than a random one.