Maxim Koltsov added the comment:
Seems OK to me.
--
___
Python tracker
<http://bugs.python.org/issue12758>
___
___
Python-bugs-list mailing list
Unsubscribe:
Maxim Koltsov added the comment:
Maybe add some words about local timezone?
--
___
Python tracker
<http://bugs.python.org/issue12758>
___
___
Python-bugs-list m
Maxim Koltsov added the comment:
Then docs must be fixed. By the way, help(time.time) correctly says about
localtime.
--
___
Python tracker
<http://bugs.python.org/issue12
New submission from Maxim Koltsov :
Python docs (http://docs.python.org/library/time.html#time.time) say that
time.time() function should return UTC timestamp, but actually i get local one:
>>> time.mktime(time.gmtime()), time.time(), time.mktime(time.localtime())
(131