mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
#12758: removing confusing mention of UTC from time.time description
Patch by Dylan Sarber.
This commit is contained in:
parent
b7134998a5
commit
38c2754652
@ -430,8 +430,8 @@ The module defines the following functions and data items:
|
||||
|
||||
.. function:: time()
|
||||
|
||||
Return the time as a floating point number expressed in seconds since the epoch,
|
||||
in UTC. Note that even though the time is always returned as a floating point
|
||||
Return the time in seconds since the epoch as a floating point number.
|
||||
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.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user