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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry, brett.cannon, dmi.baranov, eric.smith, jcea, pconnell, rhettinger
Date 2013-06-21.06:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371797295.08.0.733598823908.issue17630@psf.upfronthosting.co.za>
In-reply-to
Content
Times in a ZIP files have a two-seconds resolution (in the old DOS FAT format: 5 bits for the hours, 6 bits for the minutes, and only 5 bits left for the seconds)
Some fuziness logic is needed when comparing against a time_t.
History
Date User Action Args
2013-06-21 06:48:15amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, brett.cannon, rhettinger, jcea, eric.smith, pconnell, dmi.baranov
2013-06-21 06:48:15amaury.forgeotdarcsetmessageid: <1371797295.08.0.733598823908.issue17630@psf.upfronthosting.co.za>
2013-06-21 06:48:15amaury.forgeotdarclinkissue17630 messages
2013-06-21 06:48:14amaury.forgeotdarccreate