From: grarpamp <gra...@gm...> - 2020-09-12 11:30:32
|
On 9/12/20, Ralph Corderoy <ra...@in...> wrote: >> https://en.wikipedia.org/wiki/ISO_8601 >> 2020-09-11T23:12:34+00:00 > > It's disliked because the ‘T’ makes the start of the time hard to grok > by eyeball. In the end it's a log, not an app GUI, and as with most logs one that's hard to grok by either eye or machine. Is there a project to prettyprint and GUI-ify it for those who don't grok spaces or T's or consider reasons for iso8601? > Using the environment allows the user to control the format, including > producing ISO 8601 if preferred. > $ date > 2020-09-12 10:55:15 +0100 Sat As users may wish to do either, how should they set their environment to produce such iso8601 and "personally-ized" outputs respectively? ie: What is your LC_TIME? You could add / refer it into man page. |