Skip to content

Commit 14e2f21

Browse files
authored
Merge pull request #35 from hduhelp/fix/SemesterStartTimestamp
fix: SemesterStartTimestamp
2 parents 3dc5caf + c950c07 commit 14e2f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schoolConst/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
SchoolYear = 2025
1010
Semester = 2
11-
SemesterStartTimestamp = int64(1773504000) // 2026-3-15 00:00:00
11+
SemesterStartTimestamp = int64(1772380800) // 2026-3-02 00:00:00
1212
)
1313

1414
func getWeekNum() int {

0 commit comments

Comments
 (0)