mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #32956 -- Corrected spelling of daylight saving time.
AP Stylebook: Saving not savings, no hyphen, and lowercase.
This commit is contained in:
parent
ee46722cb9
commit
8208381ba6
4 changed files with 7 additions and 7 deletions
|
@ -1401,8 +1401,8 @@ Format character Description Example output
|
|||
``e`` Timezone name. Could be in any format,
|
||||
or might return an empty string, ``''``, ``'GMT'``, ``'-500'``, ``'US/Eastern'``, etc.
|
||||
depending on the datetime.
|
||||
``I`` Daylight Savings Time, whether it's ``'1'`` or ``'0'``
|
||||
in effect or not.
|
||||
``I`` Daylight saving time, whether it's in ``'1'`` or ``'0'``
|
||||
effect or not.
|
||||
``O`` Difference to Greenwich time in hours. ``'+0200'``
|
||||
``T`` Time zone of this machine. ``'EST'``, ``'MDT'``
|
||||
``Z`` Time zone offset in seconds. The ``-43200`` to ``43200``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue