BinChengZhao / delay-timer

Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.
Apache License 2.0
315 stars 24 forks source link

UTC时间似乎有几分钟左右的偏差 #6

Closed Ruilkyu closed 3 years ago

Ruilkyu commented 3 years ago

mac: Define "Self::PerDayFiveAclock => CandyCronStr("01 42 8 ")" But Start at "Self::PerDayFiveAclock => CandyCronStr("01 40 8 ")"

linux: Define "Self::PerDayFiveAclock => CandyCronStr("01 42 8 ")" But Start at "Self::PerDayFiveAclock => CandyCronStr("01 37 8 ")"

BinChengZhao commented 3 years ago

mac: Define "Self::PerDayFiveAclock => CandyCronStr("01 42 8 ")" But Start at "Self::PerDayFiveAclock => CandyCronStr("01 40 8 ")"

linux: Define "Self::PerDayFiveAclock => CandyCronStr("01 42 8 ")" But Start at "Self::PerDayFiveAclock => CandyCronStr("01 37 8 ")"

谢谢你的反馈,我已经定位到了问题,等新版发布的时候我来通知你(就是最近这几天)。

Thank you for your feedback, I have located the problem, I'll let you know when the new version is released (which is the last few days).

Ruilkyu commented 3 years ago

I now add a calibrator, but looking forward to your new version!

BinChengZhao commented 3 years ago

I now add a calibrator, but looking forward to your new version!

The problem has been fixed on v0.3.0!