Skip to content

Commit

Permalink
Update SessionAlert.jsx with correct start time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-QAK-Dam authored Sep 7, 2023
1 parent a5e952b commit 8449b87
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 8449b87

Please sign in to comment.