oops typos, oct=10,nov=11,dec=12 not 1,2,3...

This commit is contained in:
gorhill 2013-08-30 08:00:00 -04:00
parent 3ef71a99ca
commit 8884f283a4
1 changed files with 3 additions and 3 deletions

View File

@ -515,9 +515,9 @@ var cronNormalizer = strings.NewReplacer(
"jul", "7",
"aug", "8",
"sep", "9",
"oct", "0",
"nov", "1",
"dec", "2",
"oct", "10",
"nov", "11",
"dec", "12",
"sun", "0",
"mon", "1",
"tue", "2",