From: Ralph C. <ra...@in...> - 2020-09-12 10:12:08
|
Hi grarpamp, > > It will be localized through the environment variables LC_TIME (or > > LC_ALL) and TZ. > > 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. Using the environment allows the user to control the format, including producing ISO 8601 if preferred. Personally, $ date 2020-09-12 10:55:15 +0100 Sat -- Cheers, Ralph. |