Skip to content

Commit b37d84c

Browse files
Update dates, update members (#239)
boiiiii
1 parent 01b0117 commit b37d84c

File tree

2 files changed

+207
-49
lines changed

2 files changed

+207
-49
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-10-30 00:00:00",
8+
"2025-10-31 15: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-11-14 23:59:59",
17+
"2025-11-07 23:59:59",
1818
"America/Toronto",
1919
);
2020

0 commit comments

Comments
 (0)