Skip to content

Commit

Permalink
Fixed dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Lee committed May 15, 2024
1 parent e3ee4dc commit eb14985
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/dates.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"applicationSemester": "Fall 2024",
"applicationsOpen": "2024-05-10T06:59:00.000Z",
"applicationsClose": "2024-08-28T06:59:00.000Z",
"extendedApplicationsOpen": "2024-08-28T06:59:00.000Z",
"extendedApplicationsClose": "2024-08-28T06:59:00.000Z",
"interestFormOpen": "2024-08-28T06:59:00.000Z",
"interestFormClose": "2024-09-13T06:59:00.000Z"
"applicationsOpen": "2024-05-11T06:59:00.000Z",
"applicationsClose": "2024-08-29T06:59:00.000Z",
"extendedApplicationsOpen": "2024-08-29T06:59:00.000Z",
"extendedApplicationsClose": "2024-08-29T06:59:00.000Z",
"interestFormOpen": "2024-08-29T06:59:00.000Z",
"interestFormClose": "2024-09-14T06:59:00.000Z"
}

0 comments on commit eb14985

Please sign in to comment.