show the browsers timezone by default, not the alleged creators timezone
Addresses #63
(cherry picked from commit 56fc90e965
)
This commit is contained in:
parent
da8c7b281e
commit
191d17b42e
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue