We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9805007 commit e7b18d9Copy full SHA for e7b18d9
pages/index.vue
@@ -270,7 +270,7 @@
270
const joinNowRoute = useJoinNowRoute();
271
const seasonsStore = useSeasonsStore();
272
273
- const timeUntilNextEvent = ref(new Date("2025-05-22T11:00:00+01:00").getTime() - Date.now());
+ const timeUntilNextEvent = ref(new Date("2025-05-21T11:00:00+00:00").getTime() - Date.now());
274
const timeUntilNextEventInterval = ref(null as null | number | NodeJS.Timeout);
275
const timeUntilNextEventFormatted = computed(() => msToHuman(timeUntilNextEvent.value));
276
0 commit comments