1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 04:42:43 +00:00

X and x swapped

SCCS-file: newstrftime.3
SCCS-SID: 7.10
This commit is contained in:
Arthur David Olson
1996-02-29 10:21:54 -05:00
committed by Paul Eggert
parent 5aa3ba5e90
commit c0f87646ab

View File

@@ -192,10 +192,10 @@ is replaced by the weekday (Sunday as the first day of the week)
as a decimal number (0-6).
.TP
%X
is replaced by the locale's appropriate date representation.
is replaced by the locale's appropriate time representation.
.TP
%x
is replaced by the locale's appropriate time representation.
is replaced by the locale's appropriate date representation.
.TP
%Y
is replaced by the year with century as a decimal number.