summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-12-01 12:09:41 -0700
committerEric Blake <eblake@redhat.com>2011-12-01 12:13:02 -0700
commit01fc9e146cb8eee64bbf3db4e749a193c6bd5a3e (patch)
tree34e50c101dfdce1ade1f79cf71bae994ad646e63 /doc/coreutils.texi
parent8df7652cfaf3286477c8c451e6a3b2ed977886bb (diff)
downloadcoreutils-01fc9e146cb8eee64bbf3db4e749a193c6bd5a3e.tar.xz
doc: fix list of GNU extension date formats
I didn't check how long these were documented as GNU extensions, nor when they were added by POSIX; but since they are all part of POSIX 2008, we no longer need call them out as extensions. The next version of POSIX will standardize %s: http://austingroupbugs.net/view.php?id=169 but as that is not out yet, I didn't change %s. * doc/coreutils.texi (Time conversion specifiers): %R and %z are now POSIX. (Date conversion specifiers): Likewise for %F, %g, %G.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index fa82a3107..369fad2f9 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -13959,7 +13959,6 @@ This is a @acronym{GNU} extension.
locale's 12-hour clock time (e.g., @samp{11:11:04 PM})
@item %R
24-hour hour and minute. Same as @samp{%H:%M}.
-This is a @acronym{GNU} extension.
@item %s
@cindex epoch, seconds since
@cindex seconds since the epoch
@@ -13983,7 +13982,6 @@ appropriate for the current time, using the time zone rules specified
by the @env{TZ} environment variable.
The time (and optionally, the time zone rules) can be overridden
by the @option{--date} option.
-This is a @acronym{GNU} extension.
@item %:z
@w{@acronym{RFC} 3339/@acronym{ISO} 8601} style numeric time zone with
@samp{:} (e.g., @samp{-06:00} or @samp{+05:30}), or nothing if no time
@@ -14040,14 +14038,12 @@ full date in @acronym{ISO} 8601 format; same as @samp{%Y-%m-%d}.
This is a good choice for a date format, as it is standard and
is easy to sort in the usual case where years are in the range
0000@dots{}9999.
-This is a @acronym{GNU} extension.
@item %g
year corresponding to the @acronym{ISO} week number, but without the century
(range @samp{00} through @samp{99}). This has the same format and value
as @samp{%y}, except that if the @acronym{ISO} week number (see
@samp{%V}) belongs
to the previous or next year, that year is used instead.
-This is a @acronym{GNU} extension.
@item %G
year corresponding to the @acronym{ISO} week number. This has the
same format and value as @samp{%Y}, except that if the @acronym{ISO}
@@ -14057,7 +14053,6 @@ instead.
It is normally useful only if @samp{%V} is also used;
for example, the format @samp{%G-%m-%d} is probably a mistake,
since it combines the ISO week number year with the conventional month and day.
-This is a @acronym{GNU} extension.
@item %h
same as @samp{%b}
@item %j