Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
This looks like a bug in the underlying platform. POSIX requires [1] that the output of ctime() fits in a 26-character buffer. Note that a change has been recently made to time.asctime() to reject year > 9999. See r85137 and issue6608. I think for consistency, we should reject huge timestamps in time ctime() as well. [1] http://www.opengroup.org/onlinepubs/009695399/functions/ctime.html ---------- nosy: +belopolsky _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10563> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com