mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
change time locale from en_DK to en_CA
I use en_DK purely to get YYYY-MM-DD date formats and 24 hour time, but for some reason the Javascript Intl object considers en-DK to be DD/MM/YYYY, so dates in my web browser are all nonsensical. en_CA also uses YYYY-MM-DD and 24 hour time, and Javascript seems to recognize this, so this change gets me sane dates in my browser.
This commit is contained in:
parent
3771432d0e
commit
8ae2f92fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ Change root into the base install and perform base configuration tasks.
|
|||
|
||||
$ arch-chroot /mnt /bin/bash
|
||||
$ export LANG=en_US.UTF-8
|
||||
$ export TIME=en_DK.UTF-8
|
||||
$ export TIME=en_CA.UTF-8
|
||||
$ echo $LANG UTF-8 >> /etc/locale.gen
|
||||
$ echo $TIME UTF-8 >> /etc/locale.gen
|
||||
$ locale-gen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue