Skip to content

Commit fdfea80

Browse files
committed
Update start date for giving tuesday reminders
1 parent 5fc9af8 commit fdfea80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/lib/reminderFields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const buildReminderFields = (today: Date = new Date()): ReminderFields =>
7575

7676
const newYearsEve = new Date('2023-12-31');
7777
const givingTuesdayReminderStart = (date: Date): Date => {
78-
return new Date(date.getFullYear(), 9, 20); // October 20th (provisional auto start date, to be confirmed)
78+
return new Date(date.getFullYear(), 10, 15); // November 15th
7979
};
8080

8181
// Giving Tuesday is 'active' from October 20th until the day before Giving Tuesday

0 commit comments

Comments
 (0)