From: Paul Eggert Date: Fri, 31 Dec 2021 08:45:03 +0000 (-0800) Subject: doc: Document , vs . in date --rfc-3339=ns X-Git-Tag: v9.1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1011b88594a9d6e940d51ce5b9443571d6ebef3b;p=thirdparty%2Fcoreutils.git doc: Document , vs . in date --rfc-3339=ns --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f7ce1654b7..49d2afbe20 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -16458,7 +16458,8 @@ For compatibility with older versions of @command{date}, Display the date using a format specified by @uref{https://tools.ietf.org/search/rfc3339, Internet RFC 3339}. This is like @option{--iso-8601}, except that a space rather -than a @samp{T} separates dates from times. +than a @samp{T} separates dates from times, and a period rather than +a comma separates seconds from subseconds. @dateParseNote The argument @var{timespec} specifies how much of the time to include.