summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorinondle <qfulsher@gmail.com>2016-02-26 13:44:22 -0800
committerTim Graham <timograham@gmail.com>2016-02-27 08:05:12 -0500
commit5fb9756eba01237cc0e550da689b9b79c51c96ed (patch)
treee01498a3fe3fa91fa0cfb025ea9b65d1cc68e3b5 /docs
parent5e2c4d7afbaeec196aedb9888a47e0b635ff55d4 (diff)
Fixed #26275 -- Noted difference between o and Y date format chars.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 20fcdb02b5..1965e89f3c 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1294,8 +1294,9 @@ n Month without leading zeros. ``'1'`` to ``'12'``
N Month abbreviation in Associated Press ``'Jan.'``, ``'Feb.'``, ``'March'``, ``'May'``
style. Proprietary extension.
o ISO-8601 week-numbering year, ``'1999'``
- corresponding to
- the ISO-8601 week number (W)
+ corresponding to the ISO-8601 week
+ number (W) which uses leap weeks. See Y
+ for the more common year format.
O Difference to Greenwich time in hours. ``'+0200'``
P Time, in 12-hour hours, minutes and ``'1 a.m.'``, ``'1:30 p.m.'``, ``'midnight'``, ``'noon'``, ``'12:30 p.m.'``
'a.m.'/'p.m.', with minutes left off