| commit | c695c95626ad776e3e378a376a7752c2bd039326 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 28 20:57:36 2014 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 28 20:57:36 2014 +0200 |
| tree | 3480d10a7c7165ab63c9880c3138501db69ebd6a | |
| parent | 3a74ce2088e5e29d81dd672038aef7204c82947b [diff] |
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.