Skip to content

Commit

Permalink
S24 Extend Application Deadline (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-sellner authored Jul 21, 2024
1 parent 42737b0 commit 6bdfab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const APPLICATION_OPEN_DATETIME = dayjs.tz(
* Format: YYYY-MM-DD HH:MM:SS
*/
export const APPLICATION_CLOSE_DATETIME = dayjs.tz(
"2024-07-20 23:59:59",
"2024-07-22 23:59:59",
"America/Toronto",
);

Expand Down

0 comments on commit 6bdfab7

Please sign in to comment.