Skip to content

Commit c6e8f53

Browse files
committed
Rollback test date
1 parent 0716492 commit c6e8f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(init)/init/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts" module>
22
const base = new Date('2025-05-19T07:00:00.000Z');
3-
const otherFeaturesBase = new Date('2025-05-10T13:00:00.000Z');
3+
const otherFeaturesBase = new Date('2025-05-19T13:00:00.000Z');
44
55
export const isStarted = new Date() >= base;
66
export const initDates = `${format(base, 'MMM d')} - ${format(addDays(otherFeaturesBase, 4), 'd')}`;

0 commit comments

Comments
 (0)