STINNER Victor added the comment: The range of valid timestamp is the same since the module was added to Python 2.3:
>>> datetime.datetime.min datetime.datetime(1, 1, 1, 0, 0) >>> datetime.datetime.max datetime.datetime(9999, 12, 31, 23, 59, 59, 999999) https://docs.python.org/2/library/datetime.html#datetime.datetime.max https://docs.python.org/dev/library/datetime.html#datetime.datetime.max ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29921> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com