This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 sable
收信人 belopolsky, sable, vstinner
日期 2011-02-16.09:55:18
SpamBayes Score 0.0014238324
Marked as misclassified
Message-id <1297850118.75.0.213247617492.issue11188@psf.upfronthosting.co.za>
In-reply-to
内容
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)
历史
日期 用户 动作 参数
2011-02-16 09:55:18sable修改recipients: + sable, belopolsky, vstinner
2011-02-16 09:55:18sable修改messageid: <1297850118.75.0.213247617492.issue11188@psf.upfronthosting.co.za>
2011-02-16 09:55:18sable链接issue11188 messages
2011-02-16 09:55:18sable创建