summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2021-07-30 13:41:35 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-08-06 13:00:24 +0200
commit8208381ba6a3d1613bb746617062ccf1a6a28591 (patch)
tree145fe30978bed72bb40b8a3fa99cdcaa6fc79227 /docs/ref
parentee46722cb9c860abec4d370adff052d0c1622d34 (diff)
Refs #32956 -- Corrected spelling of daylight saving time.
AP Stylebook: Saving not savings, no hyphen, and lowercase.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/builtins.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index f81410b139..7363ad7079 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -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``