We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99faf24 commit 05a0191Copy full SHA for 05a0191
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-07-21 00:00:00",
+ "2025-07-10 00:00:00",
9
"America/Toronto",
10
);
11
0 commit comments