adhocore / gronx

Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
https://github.com/adhocore/gronx
MIT License
422 stars 25 forks source link

fix: allow leading zero for NextTick #30

Closed millotp closed 1 year ago

millotp commented 1 year ago

The fixes #29 by allowing leading zero on minute and hour positions, by casting to int before comparing with "0".

adhocore commented 1 year ago

released https://github.com/adhocore/gronx/releases/tag/v1.6.4

millotp commented 1 year ago

Thanks for the reactivity !

adhocore commented 1 year ago

no worries, may i ask to leave a star ⭐ on the gronx repo too? :)