Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chamhayden/eckles
Browse files Browse the repository at this point in the history
  • Loading branch information
chamhayden committed Sep 7, 2023
2 parents 830e3f4 + 8449b87 commit 214da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/component/SessionAlert.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Context, useContext } from "../context";
import { utcToZonedTime } from 'date-fns-tz'

// First day of the term to determine weeks. May need to be changed per term
const start_of_term = new Date("February 13, 2023 00:00:00");
const start_of_term = new Date("September 11, 2023 00:00:00");
const today = utcToZonedTime(new Date(), "Australia/Sydney");
const weekday = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
let tutor = [];
Expand Down

0 comments on commit 214da73

Please sign in to comment.