]> granicus.if.org Git - python/commit
Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Apr 2014 18:57:36 +0000 (20:57 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Apr 2014 18:57:36 +0000 (20:57 +0200)
commitc695c95626ad776e3e378a376a7752c2bd039326
tree3480d10a7c7165ab63c9880c3138501db69ebd6a
parent3a74ce2088e5e29d81dd672038aef7204c82947b
Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone.

Patch by Akira.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS