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 akira
Recipients akira, christian.heimes, docs@python, gudge, janssen, pitrou
Date 2014-02-23.10:10:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393150211.15.0.816475636717.issue19940@psf.upfronthosting.co.za>
In-reply-to
Content
The point of the locale issue is that "notBefore", "notAfter" strings do not change if your locale changes. You don't need a new regex for each locale.

I've attached ssl_cert_time_seconds.py file that contains example cert_time_to_seconds(cert_time) implementation that fixes both the timezone and the locale issues.
History
Date User Action Args
2014-02-23 10:10:11akirasetrecipients: + akira, janssen, pitrou, christian.heimes, docs@python, gudge
2014-02-23 10:10:11akirasetmessageid: <1393150211.15.0.816475636717.issue19940@psf.upfronthosting.co.za>
2014-02-23 10:10:11akiralinkissue19940 messages
2014-02-23 10:10:10akiracreate