show the browsers timezone by default, not the alleged creators timezone

Addresses #63
This commit is contained in:
778a69cd 2024-08-18 14:33:26 +02:00
parent 03f7e81313
commit 56fc90e965

View file

@ -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) {