Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5ffc4 commit 63e2090Copy full SHA for 63e2090
1 file changed
Doc/lib/libtime.tex
@@ -176,7 +176,8 @@ \section{\module{time} ---
176
in UTC in which the dst flag is always zero. If \var{secs} is not
177
provided or \constant{None}, the current time as returned by
178
\function{time()} is used. Fractions of a second are ignored. See
179
-above for a description of the \class{struct_time} object.
+above for a description of the \class{struct_time} object. See
180
+\function{calendar.timegm()} for the inverse of this function.
181
\versionchanged[Allowed \var{secs} to be omitted]{2.1}
182
\versionchanged[If \var{secs} is \constant{None}, the current time is
183
used]{2.4}
0 commit comments