roylee0704 / gron

gron, Cron Jobs in Go.
MIT License
1.03k stars 62 forks source link

reset 方法是会把时间设置为UTC时区时间吗,为什么不是Local? #10

Open mredencom opened 4 years ago

mredencom commented 4 years ago

func (as atSchedule) reset(t time.Time) time.Time { return time.Date(t.Year(), t.Month(), t.Day(), as.hh, as.mm, 0, 0, time.UTC) }