Skip to content

Commit

Permalink
Fixed #26275 -- Noted difference between o and Y date format chars.
Browse files Browse the repository at this point in the history
  • Loading branch information
qfulsher authored and timgraham committed Feb 27, 2016
1 parent 5e2c4d7 commit 5fb9756
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ref/templates/builtins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fb9756

Please sign in to comment.