Hey I ran into this problem recently with my project, cron strings that have fields with leading zeros fail. An example string would be "10 09 *" which should return "At 9:10" but it wails with the following error:
ArgumentError (invalid value for Integer(): "09"):
Hey I ran into this problem recently with my project, cron strings that have fields with leading zeros fail. An example string would be "10 09 *" which should return "At 9:10" but it wails with the following error:
ArgumentError (invalid value for Integer(): "09"):