Skip to content

Commit

Permalink
Update schedule for the new year
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Aug 14, 2024
1 parent efad091 commit 286aad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions shared/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {DateTime} from 'luxon';
// names, like "ELA CAT", remain unparsed.
export type PeriodObj = {n: string, s: number, e: number, note?: string, grades?: number[]};

export const SCHOOL_START = DateTime.fromISO('2023-08-09', {zone: 'America/Los_Angeles'});
export const SCHOOL_END = DateTime.fromISO('2024-05-30', {zone: 'America/Los_Angeles'});
export const SCHOOL_START = DateTime.fromISO('2024-08-14', {zone: 'America/Los_Angeles'});
export const SCHOOL_END = DateTime.fromISO('2025-06-01', {zone: 'America/Los_Angeles'});
export const SCHOOL_END_EXCLUSIVE = DateTime.fromISO('2024-06-01', {zone: 'America/Los_Angeles'});

const schedule: {[key: string]: PeriodObj[]} = {
Expand Down

0 comments on commit 286aad3

Please sign in to comment.