Display dates in relaxed ISO format

  • Open
  • quality assurance status badge
Details
One participant
  • Hartmut Goebel
Owner
unassigned
Submitted by
Hartmut Goebel
Severity
normal
H
H
Hartmut Goebel wrote on 24 Feb 15:18 +0100
(address . bug-mumi@gnu.org)
c5f99cb1-6cb5-5d67-d783-edbad8720633@crazy-compilers.com
Currently dates are displayed in some weird format:

Mon Dec 04 18:46:25+0100 2023

This is hard to read and contains useless information (the weekday,
seconds). This makes it very, very hard to e.g.  to spot old issues in a
search-results.

Expected behavior:

Dates are displayed in "relaxed" ISO 8601 format, like this:

2023-12-04 18:46 +0100

The respective format for Unix command "date" is: "%Y-%m-%d %H:%M %:z"

--
Regards
Hartmut Goebel

| Hartmut Goebel |h.goebel@crazy-compilers.com |
|www.crazy-compilers.com | compilers which you thought are impossible |
Attachment: file
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 69356@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69356
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch