forked from potsda.mn/mobilizon
show the browsers timezone by default, not the alleged creators timezone
Addresses potsda.mn/mobilizon#63 (cherry picked from commit 56fc90e9653b1b0f9c357022dfc85160facff0fb)
This commit is contained in:
parent
da8c7b281e
commit
191d17b42e
|
@ -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