`CronParser.new("1 1 1 1 1").next.strftime '%a'` -> not a Monday ... `CronParser.new("1 1 * 1 1").next.strftime '%a'` works though
CronParser.new("1 1 1 1 1").next.strftime '%a'-> not a Monday...
CronParser.new("1 1 * 1 1").next.strftime '%a'works though