From 1011b88594a9d6e940d51ce5b9443571d6ebef3b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 31 Dec 2021 00:45:03 -0800 Subject: [PATCH 2/5] doc: Document , vs . in date --rfc-3339=ns --- doc/coreutils.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f7ce1654b..49d2afbe2 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. -- 2.32.0