Skip to content

Commit 54c2cbc

Browse files
[PATCH] Temporary push opening date
1 parent 2699e47 commit 54c2cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/IsaacCompetition/dateUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//Expression of interest banner will be shown till midnight on 2 Nov 2025. Entries open banner will be displayed after this till COMPETITION_END_DATE
22
//The competition entry form will be displayed on the Events -> National Competition page after this date.
3-
export const COMPETITION_OPEN_DATE = new Date("2025-11-02T23:59:59Z"); // UTC timezone
3+
export const COMPETITION_OPEN_DATE = new Date("2025-11-03T23:59:59Z"); // UTC timezone
44

55
//The Entries open banner will be displayed till midnight on 31 Jan 2026. Entries closed banner will be displayed after this till ENTRIES_CLOSED_BANNER_END_DATE
66
export const COMPETITION_END_DATE = new Date("2026-01-31T23:59:59Z"); // UTC timezone

0 commit comments

Comments
 (0)