Message206617
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 |
|
| Date |
User |
Action |
Args |
| 2013-12-19 15:20:31 | gudge | set | recipients:
+ gudge, janssen, pitrou, christian.heimes, docs@python, akira |
| 2013-12-19 15:20:31 | gudge | set | messageid: <[email protected]> |
| 2013-12-19 15:20:31 | gudge | link | issue19940 messages |
| 2013-12-19 15:20:30 | gudge | create | |
|