Skip to content

Commit ce91d09

Browse files
authored
extended deadline (#243)
1 parent ccaffbb commit ce91d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants/applications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-07 23:59:59",
17+
"2025-11-08 23:59:59",
1818
"America/Toronto",
1919
);
2020

0 commit comments

Comments
 (0)