[issue31212] datetime: min date (0001-01-01 00:00:00) can't be converted to local timestamp

Dave Johansen report at bugs.python.org
Wed Aug 16 17:13:12 EDT 2017


Dave Johansen added the comment:

That's a valid `datetime` (i.e. within the min and max values) and `tzinfo` is `None` so I think it's completely reasonable to assume that `timestamp()` will return the correct value.

----------

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


More information about the Python-bugs-list mailing list