Skip to content

Commit

Permalink
feat: update semester
Browse files Browse the repository at this point in the history
  • Loading branch information
setcy committed Sep 12, 2023
1 parent bdf87eb commit e9e2922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campusapis/teaching/v1/scheduleProcess.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (courses *Courses) FilterBySchedule(remains ...RemainFunc) *Courses {
// return courses.FilterBySchedule(RemainByWeekdays(weekdays...))
//}

const timeStart = 1677427200 // 2023-02-27 00:00:00
const timeStart = 1694361600 // 2023-09-11 00:00:00

// RemainThisWeek 留下本星期的课程
func RemainThisWeek(day time.Time) RemainFunc {
Expand Down

0 comments on commit e9e2922

Please sign in to comment.