bump(github.com/robfig/cron/):783cfcb01fb00c48f740c9de79122bd410294149

This commit is contained in:
Maciej Szulik
2016-09-14 15:58:14 +02:00
parent 4387dcbdd5
commit 03555ab1ae
4 changed files with 162 additions and 67 deletions

View File

@@ -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)