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 gudge
Recipients akira, christian.heimes, docs@python, gudge, janssen, pitrou
Date 2013-12-19.15:20:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387466431.04.0.905113029328.issue19940@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry I think I did not read msg205774 (1st comment) correctly.
It clearly says:

"cert_time_to_seconds() uses `time.mktime()` [1] to convert utc time tuple to seconds since epoch. `mktime()` works with local time. It should use `calendar.timegm()` analog instead."

So the function cert_time_to_seconds() has to be fixed?

Thanks
History
Date User Action Args
2013-12-19 15:20:31gudgesetrecipients: + gudge, janssen, pitrou, christian.heimes, docs@python, akira
2013-12-19 15:20:31gudgesetmessageid: <1387466431.04.0.905113029328.issue19940@psf.upfronthosting.co.za>
2013-12-19 15:20:31gudgelinkissue19940 messages
2013-12-19 15:20:30gudgecreate