From: Neal Norwitz Date: Fri, 15 Nov 2002 23:01:37 +0000 (+0000) Subject: SF 639138, Ref. calendar module in time docs X-Git-Tag: v2.2.3c1~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71caa41f60697f6b54ab6907305d6f3d2f0fcaee;p=thirdparty%2FPython%2Fcpython.git SF 639138, Ref. calendar module in time docs --- diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index a76bd7e2bcd2..f8b8b410f237 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -329,4 +329,7 @@ timezone is defined, the second string should not be used. \seemodule{locale}{Internationalization services. The locale settings can affect the return values for some of the functions in the \module{time} module.} + \seemodule{calendar}{General calendar-related functions. + \function{timegm()} is the inverse of + \function{gmtime()} from this module.} \end{seealso}