This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients loewis, pythonmeister
Date 2008-06-29.08:54:15
SpamBayes Score 0.00011587994
Marked as misclassified No
Message-id <1214729656.33.0.180797906521.issue3233@psf.upfronthosting.co.za>
In-reply-to
Content
That's a limitation of the zip file format. It uses DOS time stamps,
which only support 5 bits for representing seconds. As a consequence,
within a minute, ZIP can only store even seconds.

If the number of seconds in the minute is odd on the file system, the
zipfile module rounds down to the previous even second.

Closing as "won't fix".
History
Date User Action Args
2008-06-29 08:54:16loewissetspambayes_score: 0.00011588 -> 0.00011587994
recipients: + loewis, pythonmeister
2008-06-29 08:54:16loewissetspambayes_score: 0.00011588 -> 0.00011588
messageid: <1214729656.33.0.180797906521.issue3233@psf.upfronthosting.co.za>
2008-06-29 08:54:15loewislinkissue3233 messages
2008-06-29 08:54:15loewiscreate