]> granicus.if.org Git - python/commitdiff
#12758: removing confusing mention of UTC from time.time description
authorR David Murray <rdmurray@bitdance.com>
Thu, 15 Mar 2012 07:05:01 +0000 (03:05 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 15 Mar 2012 07:05:01 +0000 (03:05 -0400)
Patch by Dylan Sarber.

Doc/library/time.rst

index 56e901912104ed69642eba3dbb7a696ee2a73ea4..6f97c2fe9549cdef60864b68bf90b7ff2a57f110 100644 (file)
@@ -435,8 +435,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