From 15fb2b457e419d34e490de161769188cd7fd70b3 Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 5 Aug 2022 18:53:06 +0200 Subject: [PATCH] set timezone in calendar --- components/Calendar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Calendar.vue b/components/Calendar.vue index 2b7ddac8..e92e09f1 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -9,6 +9,7 @@ @update:from-page='updatePage' :locale='$i18n.locale' :attributes='attributes' + :timezone='settings.instance_timezone' transition='fade' aria-label='Calendar' is-expanded