Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/src/constants/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ====================== Home page
export const THIS_YEAR = "2020";
export const THIS_YEAR = "2022";

// ====================== Calendar
/** By calculation time offset is +8 Hours
Expand All @@ -26,4 +26,4 @@ export const WEEKDAY = {
// Semester start uses UTC time
// JS Date module use 0 as the start of month, hence, 0 stands for January.
export const SEMESTER_START =
new Date(2021, 0, 11, 0, 0, 0, 0).getTime() - WEEKTIME;
new Date(2022, 7, 8, 0, 0, 0, 0).getTime() - WEEKTIME;