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 d01497f commit 19d4c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/context/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const AppContext = createContext<IAppContext>({
isHideExamClasses: false,
setIsHideExamClasses: () => {},

isConvertToLocalTimezone: true,
isConvertToLocalTimezone: false,
setIsConvertToLocalTimezone: () => {},

alertMsg: '',
Expand Down

0 comments on commit 19d4c0c

Please sign in to comment.