mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Note that usegmt is new in 2.4. Closes #1239681.
This commit is contained in:
parent
4e422817eb
commit
bbf74f9d7b
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@ The default is \code{False} meaning UTC is used.
|
|||
Optional \var{usegmt} is a flag that when \code{True}, outputs a
|
||||
date string with the timezone as an ascii string \code{GMT}, rather
|
||||
than a numeric \code{-0000}. This is needed for some protocols (such
|
||||
as HTTP). This only applies when \var{localtime} is \code{False}
|
||||
as HTTP). This only applies when \var{localtime} is \code{False}.
|
||||
New in Python 2.4.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{make_msgid}{\optional{idstring}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue