Skip to content

Commit 8403b3f

Browse files
committed
chore: update app deadline for F25
1 parent fc1094e commit 8403b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants/applications.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import dayjs from "@utils/dayjs";
55
* Format: YYYY-MM-DD HH:MM:SS
66
*/
77
export const APPLICATION_OPEN_DATETIME = dayjs.tz(
8-
"2025-7-10 00:00:00",
8+
"2025-7-21 00:00:00",
99
"America/Toronto",
1010
);
1111

@@ -14,7 +14,7 @@ export const APPLICATION_OPEN_DATETIME = dayjs.tz(
1414
* Format: YYYY-MM-DD HH:MM:SS
1515
*/
1616
export const APPLICATION_CLOSE_DATETIME = dayjs.tz(
17-
"2025-07-20 23:59:59",
17+
"2025-07-22 23:59:59",
1818
"America/Toronto",
1919
);
2020

0 commit comments

Comments
 (0)