Skip to content

Commit 3dc5caf

Browse files
authored
Merge pull request #33 from hduhelp/feat/semester
feat: semester
2 parents 1c0cc6c + d6fc547 commit 3dc5caf

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)