Skip to content

Commit

Permalink
Merge pull request #22 from hduhelp/yuuki4
Browse files Browse the repository at this point in the history
chore(schedule): update school year to 2024, semester to 1, and start…
  • Loading branch information
yuuki798 authored Aug 21, 2024
2 parents 92cbb55 + 23d3370 commit 308b8ef
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 308b8ef

Please sign in to comment.