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", "jul", "7",
"aug", "8", "aug", "8",
"sep", "9", "sep", "9",
"oct", "0", "oct", "10",
"nov", "1", "nov", "11",
"dec", "2", "dec", "12",
"sun", "0", "sun", "0",
"mon", "1", "mon", "1",
"tue", "2", "tue", "2",