Update the "every Sunday midnight" example

https://crontab.guru/#0_0_*_*_0
This commit is contained in:
Ed Rodriguez 2018-05-03 09:17:17 -04:00 committed by GitHub
parent 810ae09b4e
commit daa7a0c15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Min Hour Day Mon Weekday
| `0 * * * *` | every hour |
| `*/15 * * * *` | every 15 mins |
| `0 */2 * * *` | every 2 hours |
| `0 0 0 * 0` | every Sunday midnight |
| `0 0 * * 0` | every Sunday midnight |
| --- | --- |
| `@reboot` | every reboot |