From bcb10094cc97788395d933c2e9cf290757b5e685 Mon Sep 17 00:00:00 2001 From: Matthias Wirtz Date: Tue, 7 Jan 2025 14:20:06 +0100 Subject: [PATCH] fixes #4471 - temporarily disable browser locale in date formats --- nix/module.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index ab8a3f59c7..2197aaf7ff 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -256,7 +256,9 @@ in "auth.basic".enabled = false; analytics.reporting_enabled = false; dashboards.default_home_dashboard_path = "../grafana/dashboards/internal/home.json"; - date_formats.use_browser_locale = true; + # This experimental config option is temporarily disabled (incompatible with Grafana 11.4.0) + # https://github.com/grafana/grafana/issues/95209 + # date_formats.use_browser_locale = true; }; provision = { enable = true;