Parses a cron string, like '* * * * * *' (with seconds) or '* * * * *' (without seconds). Supports all formats that the cron-parser package supports.
'* * * * * *'
'* * * * *'
The next date and time on which the cron should execute.
Parses a cron string, like
'* * * * * *'
(with seconds) or'* * * * *'
(without seconds). Supports all formats that the cron-parser package supports.