0

I need to run a php task every 3h all the days from 08:00AM to 10:00PM Will this work ?

00 8-22/3 * * *

Marie_d
  • 341
  • 3
  • 5
  • 2
    According to `man 5 crontab`, it looks like that will work. Did you try it? Just make a little test `crontab` and use the `date` command as the command. You should get an email to `root` with the date at the times it runs. – lurker Sep 26 '13 at 16:32
  • Hi, thank you for your answer. Yes, it works well. I was not sure of the "00". But it's ok. – Marie_d Sep 27 '13 at 12:16

0 Answers0