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 jackjansen
Recipients
Date 2002-04-07.21:55:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Yes, I kid you not:-)

The test of the date/time  parser in test_email tries to cater for the fact that the Mac uses localtime (at least, before OSX), but it fails to cater for DST. So, test_email passes in winter, but fails in summer.

I think the whole idea of comparing based on a numeric value is not so good. Why not try a roundtrip, or compare against another date coder (time.asctime)?
History
Date User Action Args
2007-08-23 14:00:25adminlinkissue540720 messages
2007-08-23 14:00:25admincreate