Skip to content

Commit 998714d

Browse files
authored
[locale.time.get.virtuals] Fix misapplication of LWG 491
1 parent 2e12f5e commit 998714d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/text.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3826,11 +3826,11 @@
38263826

38273827
\begin{libtab2}{\tcode{do_get_date} effects}{locale.time.get.dogetdate}
38283828
{ll}{\tcode{date_order()}}{Format}
3829-
\tcode{no_order} & \tcode{"\%m\%d\%y"} \\
3830-
\tcode{dmy} & \tcode{"\%d\%m\%y"} \\
3831-
\tcode{mdy} & \tcode{"\%m\%d\%y"} \\
3832-
\tcode{ymd} & \tcode{"\%y\%m\%d"} \\
3833-
\tcode{ydm} & \tcode{"\%y\%d\%m"} \\
3829+
\tcode{no_order} & \tcode{"\%m/\%d/\%y"} \\
3830+
\tcode{dmy} & \tcode{"\%d/\%m/\%y"} \\
3831+
\tcode{mdy} & \tcode{"\%m/\%d/\%y"} \\
3832+
\tcode{ymd} & \tcode{"\%y/\%m/\%d"} \\
3833+
\tcode{ydm} & \tcode{"\%y/\%d/\%m"} \\
38343834
\end{libtab2}
38353835

38363836
\pnum

0 commit comments

Comments
 (0)