bump(github.com/robfig/cron/):783cfcb01fb00c48f740c9de79122bd410294149
This commit is contained in:
2
vendor/github.com/robfig/cron/spec.go
generated
vendored
2
vendor/github.com/robfig/cron/spec.go
generated
vendored
@@ -108,7 +108,7 @@ WRAP:
|
||||
for 1<<uint(t.Hour())&s.Hour == 0 {
|
||||
if !added {
|
||||
added = true
|
||||
t = t.Truncate(time.Hour)
|
||||
t = time.Date(t.Year(), t.Month(), t.Day(), t.Hour(), 0, 0, 0, t.Location())
|
||||
}
|
||||
t = t.Add(1 * time.Hour)
|
||||
|
||||
|
Reference in New Issue
Block a user