File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10784,14 +10784,14 @@
1078410784\\ \rowsep
1078510785\tcode {\% y} &
1078610786The last two decimal digits of the year.
10787- If the result is a single digit it is prefixed by \tcode {0}.
10787+ If the result is a single digit, it is prefixed by \tcode {0}.
1078810788The modified command \tcode {\% Oy} produces the locale's alternative representation.
1078910789The modified command \tcode {\% Ey} produces the locale's alternative representation
1079010790of offset from \tcode {\% EC} (year only).
1079110791\\ \rowsep
1079210792\tcode {\% Y} &
1079310793The year as a decimal number.
10794- If the result is less than four digits
10794+ If the result is less than four digits,
1079510795it is left-padded with \tcode {0} to four digits.
1079610796The modified command \tcode {\% EY} produces
1079710797the locale's alternative full year representation.
1081610816\end {LongTable }
1081710817
1081810818\pnum
10819- If the \fmtgrammarterm {chrono-specs} is omitted,
10819+ Unless otherwise specified,
10820+ if the \fmtgrammarterm {chrono-specs} is omitted,
1082010821the chrono object is formatted
1082110822as if by streaming it to \tcode {basic_ostring\- stream<charT> os}
1082210823with the formatting locale imbued
You can’t perform that action at this time.
0 commit comments