emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59827: closed ([PATCH] info date to be explicit about the date forma


From: GNU bug Tracking System
Subject: bug#59827: closed ([PATCH] info date to be explicit about the date formats)
Date: Tue, 06 Dec 2022 02:44:01 +0000

Your message dated Mon, 5 Dec 2022 18:43:43 -0800
with message-id <d6a18bc2-cbda-66cc-90ba-b095bfc7c0c6@cs.ucla.edu>
and subject line Re: bug#59827: [PATCH] info date to be explicit about the date 
formats
has caused the debbugs.gnu.org bug report #59827,
regarding [PATCH] info date to be explicit about the date formats
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59827: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59827
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] info date to be explicit about the date formats Date: Sun, 4 Dec 2022 22:06:48 +0100
hello coreutils maintainers,

I would like info page of the date to be explicit about
the ready to use date formats so users can pick them as
example for their own ones (as example: just remove the
timezone information).

regards,
marc

---
 doc/coreutils.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index c801097..8c24b52 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -16559,18 +16559,23 @@ terms of the time to include.  It can be one of the 
following:
 @table @samp
 @item auto
 Print just the date.  This is the default if @var{timespec} is omitted.
+("%Y-%m-%d")
 
 @item hours
 Append the hour of the day to the date.
+("%Y-%m-%dT%H%:z")
 
 @item minutes
 Append the hours and minutes.
+("%Y-%m-%dT%H:%M%:z")
 
 @item seconds
 Append the hours, minutes and seconds.
+("%Y-%m-%dT%H:%M:%S%:z")
 
 @item ns
 Append the hours, minutes, seconds and nanoseconds.
+("%Y-%m-%dT%H:%M:%S,%N%:z")
 @end table
 
 If showing any time terms, then include the time zone using the format
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#59827: [PATCH] info date to be explicit about the date formats Date: Mon, 5 Dec 2022 18:43:43 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Thanks for the suggestion. I installed the attached which isn't exactly what you sent but which implements the basic idea.

Attachment: 0001-doc-improve-date-I-doc.patch
Description: Text Data


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]