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