From b6b93e785e28773e45688881c004d62a0fc9c923 Mon Sep 17 00:00:00 2001 From: Jiahe114514 Date: Thu, 19 Feb 2026 23:00:48 +0800 Subject: [PATCH] fix: timestamp --- schoolConst/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schoolConst/const.go b/schoolConst/const.go index 383a358..a0d5ec3 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(1772640000) // 2026-3-05 00:00:00 ) func getWeekNum() int {