show the browsers timezone by default, not the alleged creators timezone
Addresses #63
This commit is contained in:
parent
03f7e81313
commit
56fc90e965
|
@ -115,7 +115,7 @@ const props = withDefaults(
|
||||||
|
|
||||||
const { t } = useI18n({ useScope: "global" });
|
const { t } = useI18n({ useScope: "global" });
|
||||||
|
|
||||||
const showLocalTimezone = ref(true);
|
const showLocalTimezone = ref(false);
|
||||||
|
|
||||||
const timezoneToShow = computed((): string | undefined => {
|
const timezoneToShow = computed((): string | undefined => {
|
||||||
if (showLocalTimezone.value) {
|
if (showLocalTimezone.value) {
|
||||||
|
|
Loading…
Reference in a new issue