This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgrohmann
Recipients cgrohmann, georg.brandl
Date 2008-06-24.05:53:01
SpamBayes Score 0.0003643658
Marked as misclassified No
Message-id <1214286784.44.0.321359332465.issue3185@psf.upfronthosting.co.za>
In-reply-to
Content
The current python documentation of the time module
(http://docs.python.org/lib/module-time.html) means that time.time()
returns the "seconds since the epoch, in UTC".

But in the current source documentation of the time module
(http://svn.python.org/view/python/trunk/Modules/timemodule.c?rev=64048&view=markup)
is written that "time() -- return current time in seconds since the Epoch". 

time.time() returns the current local unix seconds during tests on a
system using Python 2.5.

Please adapt the documentation.

Thanks,
Carsten
History
Date User Action Args
2008-06-24 05:53:04cgrohmannsetspambayes_score: 0.000364366 -> 0.0003643658
recipients: + cgrohmann, georg.brandl
2008-06-24 05:53:04cgrohmannsetspambayes_score: 0.000364366 -> 0.000364366
messageid: <1214286784.44.0.321359332465.issue3185@psf.upfronthosting.co.za>
2008-06-24 05:53:03cgrohmannlinkissue3185 messages
2008-06-24 05:53:02cgrohmanncreate