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 belopolsky
Recipients belopolsky, georg.brandl, lemburg, loewis, luckmor
Date 2010-06-26.01:30:35
SpamBayes Score 0.006774547
Marked as misclassified No
Message-id <1277515837.61.0.850600184746.issue4775@psf.upfronthosting.co.za>
In-reply-to
Content
"""
The gmtime() function shall convert the time in seconds since the Epoch pointed to by timer into a broken-down time, expressed as Coordinated Universal Time (UTC).
"""

In a technical sense, this is correct.  The result of gmtime() is UTC time, but it fails to mention that gmtime() will never produce tm_sec=60.
History
Date User Action Args
2010-06-26 01:30:37belopolskysetrecipients: + belopolsky, lemburg, loewis, georg.brandl, luckmor
2010-06-26 01:30:37belopolskysetmessageid: <1277515837.61.0.850600184746.issue4775@psf.upfronthosting.co.za>
2010-06-26 01:30:36belopolskylinkissue4775 messages
2010-06-26 01:30:35belopolskycreate