File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,15 +288,14 @@ may not be parsed by all online crontab calculators or expression generators.
288288### Convenience scheduling
289289
290290These special time specification tokens which replace the 5 initial time and date fields, and are prefixed with the '@' character, are supported:
291-
292291|Token|Meaning
293292| --- | --- |
294- | @yearly | Run once a year, ie. "0 0 1 1 * ".
295- | @annually | Run once a year, ie. "0 0 1 1 * ".
296- | @monthly | Run once a month, ie. "0 0 1 * * ".
297- | @weekly | Run once a week, ie. "0 0 * * 0".
298- | @daily | Run once a day, ie. "0 0 * * * ".
299- | @hourly | Run once an hour, ie. "0 * * * * ".
293+ | @yearly | Run once a year, ie. "0 0 0 1 1 * ".
294+ | @annually | Run once a year, ie. "0 0 0 1 1 * " ".
295+ | @monthly | Run once a month, ie. "0 0 0 1 * * ".
296+ | @weekly | Run once a week, ie. "0 0 0 * * 0".
297+ | @daily | Run once a day, ie. "0 0 0 * * ? ".
298+ | @hourly | Run once an hour, ie. "0 0 * * * ? ".
300299
301300## Randomization
302301
You can’t perform that action at this time.
0 commit comments