From 191d17b42e26d997b9fe7112bf67dbc286e09cc1 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Sun, 18 Aug 2024 14:33:26 +0200 Subject: [PATCH] show the browsers timezone by default, not the alleged creators timezone Addresses https://git.potsda.mn/potsda.mn/mobilizon/issues/63 (cherry picked from commit 56fc90e9653b1b0f9c357022dfc85160facff0fb) --- src/components/Event/EventFullDate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Event/EventFullDate.vue b/src/components/Event/EventFullDate.vue index 55d2f8756..aaa1d886c 100644 --- a/src/components/Event/EventFullDate.vue +++ b/src/components/Event/EventFullDate.vue @@ -115,7 +115,7 @@ const props = withDefaults( const { t } = useI18n({ useScope: "global" }); -const showLocalTimezone = ref(true); +const showLocalTimezone = ref(false); const timezoneToShow = computed((): string | undefined => { if (showLocalTimezone.value) {