Skip to content

Commit 308b8ef

Browse files
authored
Merge pull request #22 from hduhelp/yuuki4
chore(schedule): update school year to 2024, semester to 1, and start…
2 parents 92cbb55 + 23d3370 commit 308b8ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schoolConst/const.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
)
77

88
const (
9-
SchoolYear = 2023
10-
Semester = 2
11-
SemesterStartTimestamp = int64(1709481600)
9+
SchoolYear = 2024
10+
Semester = 1
11+
SemesterStartTimestamp = int64(1725811200) // 2024-09-09 00:00:00
1212
)
1313

1414
func getWeekNum() int {

0 commit comments

Comments
 (0)