Hi all,
I am trying to create a cron to run the robot like this:
- Every day
- Every 15 minutes from 2nd minute of the hour
- From 20.00 to 09.05
This is the cron that i’ve found : 0 2/15 20-8 ? * * *
My problem is: the last execution date is at 08.47, I can’t get it to run as last run at 09.02, Is there any way to do it with cron?