janjongboom / node-native-zip

Zipping in node.js with no external dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file modification date is not preserved

bjouhier opened this issue · comments

It is always set to the current date

commented

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

My bugfix is around line 63 in Sage@d7b8eee

commented

: )

Thank you very much!

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 :-)