Refs #32956 -- Corrected spelling of daylight saving time.

AP Stylebook: Saving not savings, no hyphen, and lowercase.
This commit is contained in:
David Smith 2021-07-30 13:41:35 +01:00 committed by Mariusz Felisiak
parent ee46722cb9
commit 8208381ba6
4 changed files with 7 additions and 7 deletions

View file

@ -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``