We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b0117 commit b37d84cCopy full SHA for b37d84c
constants/applications.ts
@@ -5,7 +5,7 @@ import dayjs from "@utils/dayjs";
5
* Format: YYYY-MM-DD HH:MM:SS
6
*/
7
export const APPLICATION_OPEN_DATETIME = dayjs.tz(
8
- "2025-10-30 00:00:00",
+ "2025-10-31 15:00:00",
9
"America/Toronto",
10
);
11
@@ -14,7 +14,7 @@ export const APPLICATION_OPEN_DATETIME = dayjs.tz(
14
15
16
export const APPLICATION_CLOSE_DATETIME = dayjs.tz(
17
- "2025-11-14 23:59:59",
+ "2025-11-07 23:59:59",
18
19
20
0 commit comments