From e1479b4a6a098ea0bdadee6a349f09eaf165c8ca Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 9 Jan 2024 11:26:22 +0100 Subject: [PATCH] list/history: Use intl's default locale to format time and date --- .../application/views/scripts/partials/event-history.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/partials/event-history.phtml b/modules/monitoring/application/views/scripts/partials/event-history.phtml index b81c95d30..b47e73dd4 100644 --- a/modules/monitoring/application/views/scripts/partials/event-history.phtml +++ b/modules/monitoring/application/views/scripts/partials/event-history.phtml @@ -30,7 +30,7 @@ $history->limit($limit * $page); ?>
translate('Flapping with a %.2f%% state change rate'); $rowAction = Url::fromPath('monitoring/event/show');