Skip to content

Commit

Permalink
12-hour time is the path of satan
Browse files Browse the repository at this point in the history
This is needed due to a change in glibc. And apparently the Danes are
the only ones who respect ISO8601?

https://sourceware.org/bugzilla/show_bug.cgi?id=24046

https://wiki.archlinux.org/index.php/Locale#LC_TIME:_date_and_time_format
  • Loading branch information
pigmonkey committed May 4, 2019
1 parent f07993f commit 076bdfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ Change root into the base install and perform [base configuration tasks][12].

$ arch-chroot /mnt /bin/bash
$ export LANG=en_US.UTF-8
$ export TIME=en_DK.UTF-8
$ echo $LANG UTF-8 >> /etc/locale.gen
$ echo $TIME UTF-8 >> /etc/locale.gen
$ locale-gen
$ echo LANG=$LANG > /etc/locale.conf
$ echo LC_TIME=$TIME >> /etc/locale.conf
$ ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
$ hwclock --systohc --utc
$ echo mymachine > /etc/hostname
Expand Down

0 comments on commit 076bdfe

Please sign in to comment.