]> granicus.if.org Git - python/commitdiff
Bug #1057535: add link in time module to calendar.timegm().
authorJohannes Gijsbers <jlg@dds.nl>
Sun, 31 Oct 2004 12:19:34 +0000 (12:19 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sun, 31 Oct 2004 12:19:34 +0000 (12:19 +0000)
Doc/lib/libtime.tex

index 7a138794f2bddf46e2ba4809e91525123fce9ab8..6cc5e770aeecbb574b29f17337351de18de98f5b 100644 (file)
@@ -176,7 +176,8 @@ Convert a time expressed in seconds since the epoch to a \class{struct_time}
 in UTC in which the dst flag is always zero.  If \var{secs} is not
 provided or \constant{None}, the current time as returned by
 \function{time()} is used.  Fractions of a second are ignored.  See
-above for a description of the \class{struct_time} object.
+above for a description of the \class{struct_time} object. See
+\function{calendar.timegm()} for the inverse of this function.
 \versionchanged[Allowed \var{secs} to be omitted]{2.1}
 \versionchanged[If \var{secs} is \constant{None}, the current time is
                 used]{2.4}