[issue10864] time.strftime("%Y"): limitation of 4 digits on OpenIndiana (Solaris)

Skip Montanaro report at bugs.python.org
Sat Jan 8 14:55:36 CET 2011


Skip Montanaro <skip at pobox.com> added the comment:

On my Mac it displays "12345".  I don't see that as a big problem.
It raises ValueError for a year of -1.  This is with  build py3k:87566.

If someone wants to feed a year > 9999 to time.strftime I don't see that
as a big problem.  I less sure about year < 0.

----------
nosy: +skip.montanaro

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


More information about the Python-bugs-list mailing list