Issue #15940: Specify effect of locale on time functions.
This commit is contained in:
parent
614c578dec
commit
b5e2e7e93a
|
@ -671,8 +671,8 @@ The module defines the following functions and data items:
|
||||||
More object-oriented interface to dates and times.
|
More object-oriented interface to dates and times.
|
||||||
|
|
||||||
Module :mod:`locale`
|
Module :mod:`locale`
|
||||||
Internationalization services. The locale settings can affect the return values
|
Internationalization services. The locale setting affects the interpretation
|
||||||
for some of the functions in the :mod:`time` module.
|
of many format specifiers in :func:`strftime` and :func:`strptime`.
|
||||||
|
|
||||||
Module :mod:`calendar`
|
Module :mod:`calendar`
|
||||||
General calendar-related functions. :func:`timegm` is the inverse of
|
General calendar-related functions. :func:`timegm` is the inverse of
|
||||||
|
|
Loading…
Reference in New Issue