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

reordered

SCCS-file: newstrftime.3
SCCS-SID: 7.6
This commit is contained in:
Arthur David Olson
1996-01-04 12:45:13 -05:00
committed by Paul Eggert
parent c7404452ad
commit fc8cbd0a00

View File

@@ -111,16 +111,16 @@ is replaced by the date in the format %m/%d/%y.
%d
is replaced by the day of the month as a decimal number (01-31).
.TP
%e
is replaced by the day of month as a decimal number (1-31);
single digits are preceded by a blank.
.TP
%G
is replaced by the ISO 8601 year with century as a decimal number.
.TP
%g
is replaced by the ISO 8601 year without century as a decimal number (00-99).
.TP
%e
is replaced by the day of month as a decimal number (1-31);
single digits are preceded by a blank.
.TP
%H
is replaced by the hour (24-hour clock) as a decimal number (00-23).
.TP