From 154e260c9d61264ea99a0375f36de76868264a31 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 11 Feb 2002 21:44:35 +0000 Subject: (usage): Describe %F, %g, %G, %P, and %R. --- src/date.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/date.c') diff --git a/src/date.c b/src/date.c index e6e807f03..c52a02925 100644 --- a/src/date.c +++ b/src/date.c @@ -1,5 +1,5 @@ /* date - print or set the system date and time - Copyright (C) 1989-2001 Free Software Foundation, Inc. + Copyright (C) 1989-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -157,6 +157,11 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %d day of month (01..31)\n\ %D date (mm/dd/yy)\n\ %e day of month, blank padded ( 1..31)\n\ +"), stdout); + fputs (_("\ + %F same as %Y-%m-%d\n\ + %g the 2-digit year corresponding to the %V week number\n\ + %G the 4-digit year corresponding to the %V week number\n\ "), stdout); fputs (_("\ %h same as %b\n\ @@ -172,8 +177,10 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ "), stdout); fputs (_("\ %n a newline\n\ - %p locale's AM or PM\n\ + %p locale's upper case AM or PM indicator\n\ + %P locale's lower case am or pm indicator\n\ %r time, 12-hour (hh:mm:ss [AP]M)\n\ + %R time, 24-hour (hh:mm)\n\ %s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)\n\ "), stdout); fputs (_("\ -- cgit v1.2.3-54-g00ecf