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.

Author sable
Recipients belopolsky, sable, vstinner
Date 2011-02-16.09:55:18
SpamBayes Score 0.0014238324
Marked as misclassified No
Message-id <1297850118.75.0.213247617492.issue11188@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-02-16 09:55:18sablesetrecipients: + sable, belopolsky, vstinner
2011-02-16 09:55:18sablesetmessageid: <1297850118.75.0.213247617492.issue11188@psf.upfronthosting.co.za>
2011-02-16 09:55:18sablelinkissue11188 messages
2011-02-16 09:55:18sablecreate