Martin v. Löwis <[EMAIL PROTECTED]> added the comment: I cannot see the difference. The docstring doesn't say "current local time", it says "current time". What do you mean by "current local unix seconds" - that phrase makes no sense.
time.time() returns the seoncds since the Epoch, and they must be interpreted in UTC, always. So both documentation texts are correct, and they say the same thing. ---------- nosy: +loewis _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3185> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com