Skip to content

Commit

Permalink
chore(schedule): update school year to 2024, semester to 1, and start…
Browse files Browse the repository at this point in the history
… date to Sep 9
  • Loading branch information
yuuki798 committed Aug 21, 2024
1 parent 92cbb55 commit 23d3370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schoolConst/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
)

const (
SchoolYear = 2023
Semester = 2
SemesterStartTimestamp = int64(1709481600)
SchoolYear = 2024
Semester = 1
SemesterStartTimestamp = int64(1725811200) // 2024-09-09 00:00:00
)

func getWeekNum() int {
Expand Down

0 comments on commit 23d3370

Please sign in to comment.