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 vstinner
Recipients amaury.forgeotdarc, blais, loewis, vstinner
Date 2009-01-30.00:05:28
SpamBayes Score 1.4331403e-10
Marked as misclassified No
Message-id <1233273929.89.0.125629712649.issue1726687@psf.upfronthosting.co.za>
In-reply-to
Content
My test included in mktime_fix_and_tests.patch has a problem: the 
timezone is constant and it's mine (GMT+1). I don't know how to write 
a generic test working on any time zone. I can't use 
datetime.fromtimestamp() because datetime.fromtimestamp() uses 
time.mktime() :-)
History
Date User Action Args
2009-01-30 00:05:30vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, blais
2009-01-30 00:05:29vstinnersetmessageid: <1233273929.89.0.125629712649.issue1726687@psf.upfronthosting.co.za>
2009-01-30 00:05:28vstinnerlinkissue1726687 messages
2009-01-30 00:05:28vstinnercreate