Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue4775>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to