We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf87eb commit e9e2922Copy full SHA for e9e2922
campusapis/teaching/v1/scheduleProcess.go
@@ -58,7 +58,7 @@ func (courses *Courses) FilterBySchedule(remains ...RemainFunc) *Courses {
58
// return courses.FilterBySchedule(RemainByWeekdays(weekdays...))
59
//}
60
61
-const timeStart = 1677427200 // 2023-02-27 00:00:00
+const timeStart = 1694361600 // 2023-09-11 00:00:00
62
63
// RemainThisWeek 留下本星期的课程
64
func RemainThisWeek(day time.Time) RemainFunc {
0 commit comments