|
From: | Hartmut Goebel |
Subject: | bug#69356: Display dates in relaxed ISO format |
Date: | Sat, 24 Feb 2024 15:18:02 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 |
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 |
[Prev in Thread] | Current Thread | [Next in Thread] |