Skip to content

Commit 1e33a1c

Browse files
committed
feat: new semester
Signed-off-by: Woshiluo Luo <woshiluo.luo@outlook.com>
1 parent e518e2d commit 1e33a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schoolConst/const.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77

88
const (
99
SchoolYear = 2024
10-
Semester = 1
11-
SemesterStartTimestamp = int64(1725811200) // 2024-09-09 00:00:00
10+
Semester = 2
11+
SemesterStartTimestamp = int64(1740326400) // 2025-02-24 00:00:00(CST)
1212
)
1313

1414
func getWeekNum() int {

0 commit comments

Comments
 (0)