File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import dayjs from "@utils/dayjs";
55 * Format: YYYY-MM-DD HH:MM:SS
66 */
77export const APPLICATION_OPEN_DATETIME = dayjs . tz (
8- "2025-03-14 00:00:00" ,
8+ "2025-7-10 00:00:00" ,
99 "America/Toronto" ,
1010) ;
1111
@@ -14,7 +14,7 @@ export const APPLICATION_OPEN_DATETIME = dayjs.tz(
1414 * Format: YYYY-MM-DD HH:MM:SS
1515 */
1616export const APPLICATION_CLOSE_DATETIME = dayjs . tz (
17- "2025-03-23 23:59:59" ,
17+ "2025-07-20 23:59:59" ,
1818 "America/Toronto" ,
1919) ;
2020
@@ -25,16 +25,16 @@ export const APPLICATION_CLOSE_DATETIME_WITH_GRACE_PERIOD =
2525 * Date that invites are sent out for interviews
2626 * Format: MMM DD
2727 */
28- export const INVITE_DATE = "the end of March " ;
28+ export const INVITE_DATE = "the end of July " ;
2929
3030/**
3131 * Final decision date
3232 * Format: MMM DD
3333 */
34- export const FINAL_DECISION_DATE = "the middle of April " ;
34+ export const FINAL_DECISION_DATE = "the middle of August " ;
3535
3636// Term Blueprint is currently recruiting for (1 term after the current term)
37- export const APPLICATION_TERM = "Spring 2025" ;
37+ export const APPLICATION_TERM = "Fall 2025" ;
3838
3939// URL of application page
4040export const APPLICATION_LINK = "/apply" ;
You can’t perform that action at this time.
0 commit comments