We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f9205 commit 4e3feeaCopy full SHA for 4e3feea
constants/applications.ts
@@ -14,7 +14,7 @@ export const APPLICATION_OPEN_DATETIME = dayjs.tz(
14
* Format: YYYY-MM-DD HH:MM:SS
15
*/
16
export const APPLICATION_CLOSE_DATETIME = dayjs.tz(
17
- "2025-03-28 23:59:59",
+ "2025-03-21 23:59:59",
18
"America/Toronto",
19
);
20
0 commit comments