fixed time layout

This commit is contained in:
gorhill 2013-08-30 10:10:02 -04:00
parent a62fefeb17
commit 3b9b5eb646
1 changed files with 4 additions and 4 deletions

View File

@ -98,11 +98,11 @@ var crontests = []crontest{
// Days of week // Days of week
{ {
"0 0 * * MON", "0 0 * * MON",
"MON 2006-01-02 15:04", "Mon 2006-01-02 15:04",
[]crontimes{ []crontimes{
{"2013-01-01 00:00:00", "MON 2013-01-07 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-01-28 00:00:00", "Mon 2013-02-04 00:00"},
{"2013-12-30 00:30:00", "MON 2014-01-06 00:00"}, {"2013-12-30 00:30:00", "Mon 2014-01-06 00:00"},
}, },
}, },