We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc5caf commit b6b93e7Copy full SHA for b6b93e7
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(1772640000) // 2026-3-05 00:00:00
12
)
13
14
func getWeekNum() int {
0 commit comments