Skip to content

Commit c950c07

Browse files
author
Jiahe114514
committed
fix: SemesterStartTimestamp
1 parent 3dc5caf commit c950c07

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)