From e0fe5e676b42af34b7bac04f409ef4a173cdde31 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 12 Feb 2026 22:48:49 -0800 Subject: [PATCH] remove en_SE to en_DK locale link glibc 2.43 now ships with an actual en_SE locale. Having this link will now conflict with the package provided file. This new, actual en_SE locale mostly works for our LC_TIME purposes. Unlike en_DK, it uses numerical offsets for timezones (which I'm ok with) and does not include any separator between the seconds and the timezone (which I'm less ok with). So instead of en_DK: d_t_fmt "%Y-%m-%dT%T %Z" Now we have actual en_SE: d_t_fmt "%Y-%m-%dT%T%:z" I'll live with it. I'm willing to put up with much to get sane ISO8601 YYYY-MM-DD date formatting in my browser. https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00005.html https://pig-monkey.com/2024/02/things-i-do-for-time/ --- INSTALL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index cbdd56f..ecd151b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -79,7 +79,6 @@ Generate and verify fstab. Change root into the base install and perform base configuration tasks. $ arch-chroot /mnt /bin/bash - $ ln -s /usr/share/i18n/locales/en_DK /usr/share/i18n/locales/en_SE $ export LANG=en_US.UTF-8 $ export TIME=en_SE.UTF-8 $ echo $LANG UTF-8 >> /etc/locale.gen