Christopher Lee added the comment:

Alexander,

Ah ok thanks for clarifying that. Am I wrong then to think that this code[1] 
should work as I think it should (i.e. 
datetime_from_large_timestamp(example_ts) == datetime.fromtimestamp(example_ts))

I'm trying to be able to handle timestamps larger than the 32bit time_t limit, 
which is why I'm doing these gymnastic steps.

[1] http://paste.ubuntu.com/8562027/

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to