jmrozanec / cron-utils

Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
http://cron-utils.com
Apache License 2.0
1.14k stars 262 forks source link

Set nanos part to 0 for next seconds field match #617

Open dllx opened 7 months ago

dllx commented 7 months ago

Adds a test and then fixes https://github.com/jmrozanec/cron-utils/issues/616

jmrozanec commented 7 months ago

@dllx thank you for contributing to cron-utils! 😄 We will review this soon and release a new version with it. 😎

dllx commented 7 months ago

I did not add a fix for isMatch when nanos are set, but provided the tests that show it fails.