We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1094e commit 8403b3fCopy full SHA for 8403b3f
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-7-10 00:00:00",
+ "2025-7-21 00: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-07-20 23:59:59",
+ "2025-07-22 23:59:59",
18
19
20
0 commit comments