Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: the the...

...

CRON specifies a string of 5 fields which help define a repeating event.  CRON fields are (in order) minute, hour, day of month, month, day of week.  More info on CRON and the the timespec the timespec format

No Format
field          allowed values
-----          --------------
minute         0-59
hour           0-23
day of month   1-31
month          1-12 (or names, see below)
day of week    0-7 (0 or 7 is Sun)

...