Skip to content

Commit

Permalink
chore: update term data with winter 2025 (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Nov 2, 2024
1 parent 278af4c commit 8e62b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/antalmanac/src/lib/termData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Term {
* Months are 0-indexed
*/
const termData = [
new Term('2025 Winter', '2025 Winter Quarter', [2025, 0, 6], [2025, 2, 15]),
new Term('2024 Fall', '2024 Fall Quarter', [2024, 8, 26], [2024, 11, 7]),
new Term('2024 Summer2', '2024 Summer Session 2', [2024, 7, 5], [2024, 8, 10]),
new Term('2024 Summer10wk', '2024 10-wk Summer', [2024, 5, 24], [2024, 7, 30]),
Expand Down Expand Up @@ -131,7 +132,7 @@ function getFinalsStartForTerm(term: string) {

/**
* Returns the default finals start as Date object
* Days offset by 1 to accomodate toggling with Saturday finals
* Days offset by 1 to accommodate toggling with Saturday finals
*/
function getDefaultFinalsStartDate() {
// FIXME: Un-offset once Spring starts, or figure out a proper fix
Expand Down

0 comments on commit 8e62b36

Please sign in to comment.