对于cron作业,我们知道可以按以下方式设置时间。
# +------------ Minute (0 - 59)
# | +---------- Hour (0 - 23)
# | | +-------- Day of the Month (1 - 31)
# | | | +------ Month (1 - 12)
# | | | | +---- Day of the Week (0 - 7) (Sunday is 0 or 7)
# | | | | |
# * * * * * command
我想知道的是,当我们设置第31天时,这是否意味着每个月末,尽管该月没有第31天。希望得到答案。
提前致谢