From 8208381ba6a3d1613bb746617062ccf1a6a28591 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 30 Jul 2021 13:41:35 +0100 Subject: Refs #32956 -- Corrected spelling of daylight saving time. AP Stylebook: Saving not savings, no hyphen, and lowercase. --- docs/ref/templates/builtins.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') 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`` -- cgit v1.3