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 ysj.ray
Recipients belopolsky, kasun, r.david.murray, ysj.ray
Date 2011-04-25.08:17:45
SpamBayes Score 0.0014462672
Marked as misclassified No
Message-id <1303719467.15.0.999349278492.issue11882@psf.upfronthosting.co.za>
In-reply-to
Content
Guess the problem is with time.mktime() and time.localtime(). Could you  debug into the Internaldate2Tuple() function and see at which step the time value(a time_struct or a float which represents seconds) is wrong?
History
Date User Action Args
2011-04-25 08:17:47ysj.raysetrecipients: + ysj.ray, belopolsky, r.david.murray, kasun
2011-04-25 08:17:47ysj.raysetmessageid: <1303719467.15.0.999349278492.issue11882@psf.upfronthosting.co.za>
2011-04-25 08:17:46ysj.raylinkissue11882 messages
2011-04-25 08:17:45ysj.raycreate