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 kasun
Recipients belopolsky, kasun, r.david.murray
Date 2011-04-24.16:07:18
SpamBayes Score 0.00093721924
Marked as misclassified No
Message-id <1303661239.31.0.342968276334.issue11882@psf.upfronthosting.co.za>
In-reply-to
Content
Yes this is a repeatable error. My timezone is GMT + 5:30.

The test fails even if the last element of 'calendar.timegm's tuple is changed to 0 or 1 but pass if the function is changed as follows

print calendar.timegm((1999, 12, 31, 23, 30, 0, -1, -1, -1))
History
Date User Action Args
2011-04-24 16:07:19kasunsetrecipients: + kasun, belopolsky, r.david.murray
2011-04-24 16:07:19kasunsetmessageid: <1303661239.31.0.342968276334.issue11882@psf.upfronthosting.co.za>
2011-04-24 16:07:18kasunlinkissue11882 messages
2011-04-24 16:07:18kasuncreate