From c950c072fd7f6b51d2fc1edf3938ac173cee2c80 Mon Sep 17 00:00:00 2001 From: Jiahe114514 Date: Thu, 19 Feb 2026 23:06:29 +0800 Subject: [PATCH] fix: SemesterStartTimestamp --- schoolConst/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schoolConst/const.go b/schoolConst/const.go index 383a358..d2a9b40 100644 --- a/schoolConst/const.go +++ b/schoolConst/const.go @@ -8,7 +8,7 @@ import ( const ( SchoolYear = 2025 Semester = 2 - SemesterStartTimestamp = int64(1773504000) // 2026-3-15 00:00:00 + SemesterStartTimestamp = int64(1772380800) // 2026-3-02 00:00:00 ) func getWeekNum() int {