From 2720ed9ffba17d25609441909998c977aacf27d6 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Tue, 24 Mar 2026 11:00:09 +0100 Subject: [PATCH] timezone from global object --- public/js/apps/Dashboard/Admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/apps/Dashboard/Admin.js b/public/js/apps/Dashboard/Admin.js index 9f060f2ce..32909a50a 100644 --- a/public/js/apps/Dashboard/Admin.js +++ b/public/js/apps/Dashboard/Admin.js @@ -19,7 +19,7 @@ const app = Vue.createApp({ return { // TODO(chris): move those two into the components that need it renderers: Vue.computed(() => this.renderers), - timezone: 'Europe/Vienna' + timezone: FHC_JS_DATA_STORAGE_OBJECT.timezone }; }, created() {