diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-13 03:04:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-13 03:04:21 +0000 |
commit | d82c2c927449b8704fbc357eb8ecaadc56475be5 (patch) | |
tree | 6fd71712b6ac3109ab32cbdbeaf6074a196855e6 | |
parent | cc6711057e78a505e027b5c010027dab38424833 (diff) | |
download | coreutils-d82c2c927449b8704fbc357eb8ecaadc56475be5.tar.xz |
(usage): Document %e and %z. Reported by Karl Berry.
-rw-r--r-- | src/date.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/date.c b/src/date.c index d9abc5dfc..e63fb2356 100644 --- a/src/date.c +++ b/src/date.c @@ -388,6 +388,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%c locale's date and time (Sat Nov 04 12:02:33 EST 1989)\n\ %%d day of month (01..31)\n\ %%D date (mm/dd/yy)\n\ + %%e day of month, blank padded ( 1..31) %%h same as %%b\n\ %%H hour (00..23)\n\ %%I hour (01..12)\n\ @@ -410,6 +411,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%X locale's time representation (%%H:%%M:%%S)\n\ %%y last two digits of year (00..99)\n\ %%Y year (1970...)\n\ + %%z RFC-822 style numeric timezone (-0500) (a nonstandard extension) %%Z time zone (e.g., EDT), or nothing if no time zone is determinable\n\ \n\ By default, date pads numeric fields with zeroes. GNU date recognizes\n\ |