fixed time layout
This commit is contained in:
parent
a62fefeb17
commit
3b9b5eb646
|
@ -98,11 +98,11 @@ var crontests = []crontest{
|
|||
// Days of week
|
||||
{
|
||||
"0 0 * * MON",
|
||||
"MON 2006-01-02 15:04",
|
||||
"Mon 2006-01-02 15:04",
|
||||
[]crontimes{
|
||||
{"2013-01-01 00:00:00", "MON 2013-01-07 00:00"},
|
||||
{"2013-01-28 00:00:00", "MON 2013-02-04 00:00"},
|
||||
{"2013-12-30 00:30:00", "MON 2014-01-06 00:00"},
|
||||
{"2013-01-01 00:00:00", "Mon 2013-01-07 00:00"},
|
||||
{"2013-01-28 00:00:00", "Mon 2013-02-04 00:00"},
|
||||
{"2013-12-30 00:30:00", "Mon 2014-01-06 00:00"},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue