timezone from global object

This commit is contained in:
chfhtw
2026-03-24 11:00:09 +01:00
parent 2fc392c084
commit 2720ed9ffb
+1 -1
View File
@@ -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() {