This commit is contained in:
兔子 2023-04-18 19:58:59 +08:00
parent d41b1134c9
commit 0e2d77b297

View File

@ -94,7 +94,7 @@ func (t *StarTimer) Stop() error {
}
func (t *StarTimer) NextTimer() time.Time {
return t.nextDate
return t.parseNextDate(t.base, true)
}
func (t *StarTimer) NextTimerAfterDate(date time.Time) time.Time {