Skip to content

Commit 532f8b2

Browse files
committed
fix minute and hour range for crontab
1 parent 12edfac commit 532f8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/crontab.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ crontab的文件格式
2323
-------------------
2424
分 时 日 月 星期 要运行的命令
2525

26-
- 第1列分钟1~59
27-
- 第2列小时1~23(0表示子夜)
26+
- 第1列分钟0~59
27+
- 第2列小时0~23(0表示子夜)
2828
- 第3列日1~31
2929
- 第4列月1~12
3030
- 第5列星期0~7(0和7表示星期天)

0 commit comments

Comments
 (0)