Skip Menu |

This queue is for tickets about the Archive-Zip CPAN distribution.

Report information
The Basics
Id: 119680
Status: new
Priority: 0/
Queue: Archive-Zip

People
Owner: Nobody in particular
Requestors: lenchin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Archive::Zip Modify Date Oddity
Date: Wed, 4 Jan 2017 08:24:47 +0800
To: bug-Archive-Zip [...] rt.cpan.org
From: Len Chin <lenchin [...] gmail.com>
I have observed that using Perl Archive::Zip library in Unix, it round down the original file Modify date to lower even-seconds. Verified from information from another forum user and testing. Whether this is to mimick windows timestamp, it is not desirable. It is not the case when tested using Windows GUI or Unix prompt to zip file, it does not modify the original Modify date of the file. http://www.perlmonks.org/?node_id=1178835 The Zip (file format) <http://en.wikipedia.org/wiki/Special:Search?search=Zip%20%28file%20format%29> uses FAT timestamps which only have a resolution of two seconds.