From 849bb59d51443c1b08a65926a001c69660b89fae Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 8 Aug 2024 17:41:18 +0200 Subject: ... --- system-profiles/default-locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles') diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index 6c95504b..2d483f04 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix @@ -6,7 +6,7 @@ with lib; i18n = { defaultLocale = "en_DK.UTF-8"; extraLocaleSettings = { - "TIME_STYLE" = "posix-long-iso"; + "TIME_STYLE" = "long-iso"; }; supportedLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "en_DK.UTF-8/UTF-8" ]; }; -- cgit v1.2.3