Is there a locale setting that uses the *sane* date format of "5/3/2026" and "5 March" instead of "3/5/2026" and "March 5"?
I thought en_IE did this but I just missed an appointment due to it being the wrong way around in GNOME calendar.
Is there a locale setting that uses the *sane* date format of "5/3/2026" and "5 March" instead of "3/5/2026" and "March 5"?
I thought en_IE did this but I just missed an appointment due to it being the wrong way around in GNOME calendar.
@allpurposemat i think en_DK does ISO dates
$ LC_ALL=en_DK.UTF-8 date
2026-03-05T14:21:53 CET
personally, i just have
LANG=en_IE.UTF-8
LC_TIME=en_DK.UTF-8
I have used the same LANG and LC_TIME example for years.