Kaydet (Commit) 7cc7033c authored tarafından R David Murray's avatar R David Murray

Merge #12758: removing confusing mention of UTC from time.time description

Patch by Dylan Sarber.

(Not sure why hg told me it merged pyexpat.c too, it showed no changes)
...@@ -452,8 +452,8 @@ The module defines the following functions and data items: ...@@ -452,8 +452,8 @@ The module defines the following functions and data items:
.. function:: time() .. function:: time()
Return the time as a floating point number expressed in seconds since the epoch, Return the time in seconds since the epoch as a floating point number.
in UTC. Note that even though the time is always returned as a floating point Note that even though the time is always returned as a floating point
number, not all systems provide time with a better precision than 1 second. number, not all systems provide time with a better precision than 1 second.
While this function normally returns non-decreasing values, it can return a While this function normally returns non-decreasing values, it can return a
lower value than a previous call if the system clock has been set back between lower value than a previous call if the system clock has been set back between
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment