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 0716492 commit c6e8f53Copy full SHA for c6e8f53
src/routes/(init)/init/+page.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts" module>
2
const base = new Date('2025-05-19T07:00:00.000Z');
3
- const otherFeaturesBase = new Date('2025-05-10T13:00:00.000Z');
+ const otherFeaturesBase = new Date('2025-05-19T13:00:00.000Z');
4
5
export const isStarted = new Date() >= base;
6
export const initDates = `${format(base, 'MMM d')} - ${format(addDays(otherFeaturesBase, 4), 'd')}`;
0 commit comments