in reply to Re^12: Archive::Zip Modify Date Oddity
in thread Archive::Zip Modify Date Oddity
Output from zipinfo & zipdetails looks fine. You seem to have an identical version of unzip, so I'm struggling to explain why we don't get exactly the same bahavior when we unzip abc.zip.
Here are a couple of tests to try.
Can you try creating the zip file like this and see if the mod time is correct when you unzip it.
perl -M'IO::Compress::Zip qw(zip)' -e ' zip "abc" => "abc.zip", Stream + => 0 '
Also, try creating the zip file using the zip exe and see what the mod time looks like when unzipped.
zip abc.zip abc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^14: Archive::Zip Modify Date Oddity
by hippo (Archbishop) on Jan 11, 2017 at 16:14 UTC | |
by pmqs (Friar) on Jan 16, 2017 at 22:31 UTC | |
by hippo (Archbishop) on Jan 18, 2017 at 15:33 UTC | |
by Anonymous Monk on Jan 16, 2017 at 08:00 UTC |