in reply to Re^13: Archive::Zip Modify Date Oddity
in thread Archive::Zip Modify Date Oddity
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^15: Archive::Zip Modify Date Oddity
by pmqs (Friar) on Jan 16, 2017 at 22:31 UTC | |
by hippo (Archbishop) on Jan 18, 2017 at 15:33 UTC | |
|
Re^15: Archive::Zip Modify Date Oddity
by Anonymous Monk on Jan 16, 2017 at 08:00 UTC |