Skip to content

Commit d6fc547

Browse files
author
Jiahe114514
committed
feat: semester
1 parent 1c0cc6c commit d6fc547

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schoolConst/const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77

88
const (
99
SchoolYear = 2025
10-
Semester = 1
11-
SemesterStartTimestamp = int64(1757865600) // 2025-9-15 00:00:00
10+
Semester = 2
11+
SemesterStartTimestamp = int64(1773504000) // 2026-3-15 00:00:00
1212
)
1313

1414
func getWeekNum() int {

0 commit comments

Comments
 (0)