[issue31646] bug in time.mktime

Kadir Liano report at bugs.python.org
Sat Sep 30 00:48:36 EDT 2017


Kadir Liano <kliano at yahoo.com> added the comment:

time.mktime(time.strptime('09-Mar-14 01:00:00',fmt))
time.mktime(time.strptime('09-Mar-14 02:00:00',fmt))

Both statements produce 1394348400.0 in Win7.  The answers are 1394348400.0 and 1394352000.0 in Linux which is the correct behavior.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31646>
_______________________________________


More information about the Python-bugs-list mailing list