You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/components/pages/IsaacCompetition/dateUtils.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
//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
2
2
//The competition entry form will be displayed on the Events -> National Competition page after this date.
3
-
exportconstCOMPETITION_OPEN_DATE=newDate("2025-11-02T23:59:59Z");// UTC timezone
3
+
exportconstCOMPETITION_OPEN_DATE=newDate("2025-11-03T23:59:59Z");// UTC timezone
4
4
5
5
//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
6
6
exportconstCOMPETITION_END_DATE=newDate("2026-01-31T23:59:59Z");// UTC timezone
0 commit comments