mariusbancila / croncpp

A C++11/14/17 header-only cross-platform library for handling CRON expressions
MIT License
236 stars 68 forks source link

Lib does not allow for cron expression with Year as specified in Quartz #6

Open ghost opened 5 years ago

ghost commented 5 years ago

the following expressions "00 00 09 12 03 2019" or "00 00 09 12 03 ? 2019" are valid cron expression as specified in the Quartz cron tutorial : http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html

However they are not handled by the library as it is said in the README file.