From 71caa41f60697f6b54ab6907305d6f3d2f0fcaee Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 15 Nov 2002 23:01:37 +0000 Subject: SF 639138, Ref. calendar module in time docs --- Doc/lib/libtime.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index a76bd7e..f8b8b41 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} -- cgit v0.12