diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-15 23:00:30 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-15 23:00:30 (GMT) |
commit | 5654cc215ab6b0cf8841968c3a46aeea770555c9 (patch) | |
tree | dbc7d23ee0a9e7843d9499571f0d99a3ddf81123 /Doc | |
parent | 0e9bfa38b14d873de0ab441a552a9a1d3937b62c (diff) | |
download | cpython-5654cc215ab6b0cf8841968c3a46aeea770555c9.zip cpython-5654cc215ab6b0cf8841968c3a46aeea770555c9.tar.gz cpython-5654cc215ab6b0cf8841968c3a46aeea770555c9.tar.bz2 |
SF 639138, Ref. calendar module in time docs by John J Lee
Will backport.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtime.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 598278a..308152d 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -322,4 +322,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} |