diff options
author | Emile <git@emile.space> | 2024-09-19 10:55:15 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-09-19 10:55:15 +0200 |
commit | 14e349fac0cec692ea6aa385ac02ac04e134adc3 (patch) | |
tree | a4760489b9bc8fa75703cee249b96084104d2f5d | |
parent | e833c13c177288b2a7b9168a784e0e6562c025b6 (diff) |
use ISO 8601 format for time
just use the english danish locale... obviously This
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 9ba6c55..acdfb49 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -167,7 +167,7 @@ in # LC_NUMERIC # Punctiation of numbers LC_PAPER = "de_DE.UTF-8"; # Paper size LC_TELEPHONE = "de_DE.UTF-8"; # Phone number formats - LC_TIME = "de_DE.UTF-8"; # Time format + LC_TIME = "en_DK.UTF-8"; # Time format }; console = { keyMap = "de-latin1"; |