[issue11188] test_time error on AIX

Sébastien Sablé report at bugs.python.org
Wed Feb 16 10:55:18 CET 2011


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

gmtime(-1) worked fine :/

>>> import time
>>> time.gmtime(-1)
time.struct_time(tm_year=1969, tm_mon=12, tm_mday=31, tm_hour=23, tm_min=59, tm_sec=59, tm_wday=2, tm_yday=365, tm_isdst=0)

----------

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


More information about the Python-bugs-list mailing list