Skip to content

Commit

Permalink
Enforce Sydney timezone by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lhvy committed Dec 23, 2024
1 parent 1e69af5 commit 201a538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/constants/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const defaults: Record<string, any> = {
isDefaultUnscheduled: false,
isHideClassInfo: false,
isHideExamClasses: false,
isConvertToLocalTimezone: true,
isConvertToLocalTimezone: false,
courseData: { map: [] },
timetables: { T0: createDefaultTimetable('') },
};
Expand Down

0 comments on commit 201a538

Please sign in to comment.