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",
|
||||
"aug", "8",
|
||||
"sep", "9",
|
||||
"oct", "0",
|
||||
"nov", "1",
|
||||
"dec", "2",
|
||||
"oct", "10",
|
||||
"nov", "11",
|
||||
"dec", "12",
|
||||
"sun", "0",
|
||||
"mon", "1",
|
||||
"tue", "2",
|
||||
|
|
Loading…
Reference in New Issue