Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63e2090

Browse files
author
Johannes Gijsbers
committed
Bug #1057535: add link in time module to calendar.timegm().
1 parent ef5ffc4 commit 63e2090

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/lib/libtime.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ \section{\module{time} ---
176176
in UTC in which the dst flag is always zero. If \var{secs} is not
177177
provided or \constant{None}, the current time as returned by
178178
\function{time()} is used. Fractions of a second are ignored. See
179-
above for a description of the \class{struct_time} object.
179+
above for a description of the \class{struct_time} object. See
180+
\function{calendar.timegm()} for the inverse of this function.
180181
\versionchanged[Allowed \var{secs} to be omitted]{2.1}
181182
\versionchanged[If \var{secs} is \constant{None}, the current time is
182183
used]{2.4}

0 commit comments

Comments
 (0)