[issue15750] test_localtime_daylight_false_dst_true raises OverflowError: mktime argument out of range

STINNER Victor report at bugs.python.org
Tue Aug 21 13:40:18 CEST 2012


STINNER Victor added the comment:

email.utils.localtime() may reuse the new datetime.datetime.timestamp() method, except that this method doesn't support setting isdst (it is set to -1).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15750>
_______________________________________


More information about the Python-bugs-list mailing list