STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> I thought that time_t was 64 bits on Windows

On Windows 64 bits, sizeof(time_t) is 64 bits and time.ctime(910692730085) 
works (return a string with year 2128).

It looks like Thorsten Simons is running Windows 32 bits.

----------

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

Reply via email to