We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e518e2d commit 1e33a1cCopy full SHA for 1e33a1c
1 file changed
schoolConst/const.go
@@ -7,8 +7,8 @@ import (
7
8
const (
9
SchoolYear = 2024
10
- Semester = 1
11
- SemesterStartTimestamp = int64(1725811200) // 2024-09-09 00:00:00
+ Semester = 2
+ SemesterStartTimestamp = int64(1740326400) // 2025-02-24 00:00:00(CST)
12
)
13
14
func getWeekNum() int {
0 commit comments