Explicitly mention the default value for formatdate's usegmt parameter.
This commit is contained in:
parent
dde5b94875
commit
f8f42075df
|
@ -102,7 +102,7 @@ There are several useful utilities provided in the :mod:`email.utils` module:
|
|||
Optional *usegmt* is a flag that when ``True``, outputs a date string with the
|
||||
timezone as an ascii string ``GMT``, rather than a numeric ``-0000``. This is
|
||||
needed for some protocols (such as HTTP). This only applies when *localtime* is
|
||||
``False``.
|
||||
``False``. The default is ``False``.
|
||||
|
||||
.. versionadded:: 2.4
|
||||
|
||||
|
|
Loading…
Reference in New Issue