[issue4775] Incorrect documentation - UTC time

Alexander Belopolsky report at bugs.python.org
Sat Jun 26 03:30:37 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

"""
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.

----------

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


More information about the Python-bugs-list mailing list