janjongboom / node-native-zip

Zipping in node.js with no external dependencies
106 stars 24 forks source link

file modification date is not preserved #5

Closed bjouhier closed 11 years ago

bjouhier commented 12 years ago

It is always set to the current date

AndrewGoal commented 12 years ago

I want to know how to make file modification date preserved too. Help me pls.

bjouhier commented 12 years ago

My bugfix is around line 63 in https://github.com/Sage/streamline-zip/commit/d7b8eeedb888b7d1d2ed675ddfd615a0d2487b5b

AndrewGoal commented 12 years ago

: )

Thank you very much!

janjongboom commented 11 years ago

After assessing all other libraries out there, I've seen that this lib has been superseded by other, nicer libraries, more specifically node-archiver. Which would solve stuff like this. Sorry for that :-)