We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41561b1 commit 44d3589Copy full SHA for 44d3589
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
- "2024-03-09 23:59:59",
+ "2024-03-12 23:59:59",
18
"America/Toronto",
19
);
20
0 commit comments