diff --git a/common/locale.nix b/common/locale.nix index 846b530..a73a467 100644 --- a/common/locale.nix +++ b/common/locale.nix @@ -12,6 +12,6 @@ LC_NUMERIC = "nl_NL.UTF-8"; LC_PAPER = "nl_NL.UTF-8"; LC_TELEPHONE = "nl_NL.UTF-8"; - LC_TIME = "en_GB.UTF-8"; + LC_TIME = "en_DK.UTF-8"; }; }