oops typos, oct=10,nov=11,dec=12 not 1,2,3...
This commit is contained in:
parent
3ef71a99ca
commit
8884f283a4
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue