Even with either of those it's still a 2-second resolution:
$ perl -M'IO::Compress::Zip qw(zip)' -e ' zip "abc" => "abc2.zip", Str +eam => 0 ' $ cd out $ rm abc $ unzip ../abc2.zip Archive: ../abc2.zip inflating: abc $ stat abc | grep Mod Modify: 2017-01-11 09:47:50.000000000 +0000 $ rm abc $ cd .. $ zip abc3.zip abc adding: abc (stored 0%) $ cd out $ unzip ../abc3.zip Archive: ../abc3.zip extracting: abc $ stat abc | grep Mod Modify: 2017-01-11 09:47:52.000000000 +0000
In reply to Re^14: Archive::Zip Modify Date Oddity
by hippo
in thread Archive::Zip Modify Date Oddity
by lhchin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |