Skip to content

Commit

Permalink
fix(history): match cron-parser pattern (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
dockleryxk committed Aug 4, 2021
1 parent 6d6611e commit 5a73b55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
```
* * * * * *
| | | | | |
| | | | | +-- Year (range: 1900-3000)
| | | | +---- Day of the Week (range: 1-7, 1 standing for Monday)
| | | +------ Month of the Year (range: 1-12) NOTE: Difference here
| | +-------- Day of the Month (range: 1-31)
| +---------- Hour (range: 0-23)
+------------ Minute (range: 0-59)
| | | | | +-- Day of the Week (range: 0-7, 0 or 7 is Sunday)
| | | | +---- Month of the Year (range: 1-12) NOTE: Difference here
| | | +------ Day of the Month (range: 1-31)
| | +-------- Hour (range: 0-23)
| +---------- Minute (range: 0-59)
+------------ Second (range: 0-59, optional)
```

# 3.1.0 / 2020-04-07
Expand Down

0 comments on commit 5a73b55

Please sign in to comment.