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

STINNER Victor report at bugs.python.org
Sat Jan 8 18:26:26 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Le samedi 08 janvier 2011 à 17:02 +0000, Skip Montanaro a écrit :
> I agree.  I interpreted your ticket as complaining that it should raise
> a ValueError if year > 9999:

Only on OpenIndiana because on this specific OS, "%Y" only supoprts year
in [1; 9999]. For other values, it gives strange results :-)

----------

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


More information about the Python-bugs-list mailing list