From d06035071a76e5d98e6d6a267cbc4f05fa94ceea Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 23 Sep 2023 16:30:00 +0200 Subject: [PATCH] Fix missing timezone in debug info --- resources/views/partials/debug-table.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/debug-table.twig b/resources/views/partials/debug-table.twig index 4c34d75fac..dcd3734842 100644 --- a/resources/views/partials/debug-table.twig +++ b/resources/views/partials/debug-table.twig @@ -64,7 +64,7 @@ Timezone - {{ app.tz }} + [BrowserTZ] + {{ app.timezone }} + [BrowserTZ] App environment