diff --git a/src/services/utilities.ts b/src/services/utilities.ts index 0a3606a..251d7ee 100644 --- a/src/services/utilities.ts +++ b/src/services/utilities.ts @@ -15,8 +15,8 @@ export const WEEKS_PER_SEASON = 18 export const GAMES_PER_SEASON = GAMES_PER_WEEK * WEEKS_PER_SEASON // TODO: Annually update this start date and holidays with two week series or get it from the DB -export const SEASON_START_DATE: dayjs.Dayjs = dayjs('07-01-2024', 'MM/DD/YYYY') -export const THANKSGIVING: dayjs.Dayjs = dayjs('11-28-2024', 'MM/DD/YYYY') +export const SEASON_START_DATE: dayjs.Dayjs = dayjs('12-16-2024', 'MM/DD/YYYY') +export const THANKSGIVING: dayjs.Dayjs = dayjs('11-27-2025', 'MM/DD/YYYY') export const CHRISTMAS: dayjs.Dayjs = dayjs('12-25-2024', 'MM/DD/YYYY')