[docs] [issue12758] time.time() returns local time instead of UTC

Ezio Melotti report at bugs.python.org
Tue Aug 16 10:25:54 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Would dropping 'in UTC' from
"""
Return the time as a floating point number expressed in seconds since the epoch, in UTC.
"""
be an acceptable solution?  AFAIK there are no "non-UTC epochs".

----------
nosy: +ezio.melotti
stage:  -> needs patch
versions: +Python 3.2, Python 3.3 -Python 3.1

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


More information about the docs mailing list