Display dates in relaxed ISO format

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Hartmut Goebel
Owner
unassigned
Submitted by
Hartmut Goebel
Severity
normal

Debbugs page

Hartmut Goebel wrote 1 years ago
(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
Arun Isaac wrote 3 days ago
(address . 69356-done@debbugs.gnu.org)(name . Hartmut Goebel)(address . h.goebel@crazy-compilers.com)
87a59srim5.fsf@systemreboot.net
Hi Hartmut,

We now have human-readable relative dates everywhere in mumi. So, I'm
closing this issue.

Thanks for the suggestion!

Regards,
Arun
Closed
?
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help