Skip to content

Commit

Permalink
fixes #4471 - temporarily disable browser locale in date formats
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer committed Jan 7, 2025
1 parent 61fc3b2 commit bcb1009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bcb1009

Please sign in to comment.