We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c0cc6c + d6fc547 commit 3dc5cafCopy full SHA for 3dc5caf
1 file changed
schoolConst/const.go
@@ -7,8 +7,8 @@ import (
7
8
const (
9
SchoolYear = 2025
10
- Semester = 1
11
- SemesterStartTimestamp = int64(1757865600) // 2025-9-15 00:00:00
+ Semester = 2
+ SemesterStartTimestamp = int64(1773504000) // 2026-3-15 00:00:00
12
)
13
14
func getWeekNum() int {
0 commit comments