bug fix
This commit is contained in:
parent
d41b1134c9
commit
0e2d77b297
2
timer.go
2
timer.go
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user