Hi, is it possible to have a schedule in cron to start at 5:30 am and then execute every 5 minutes after that until 9pm using a single cron line? Right now im using two cron lines.
# for 6am - 9pm
*/5 6-21 * * 1-5
# for 5:30am - 6 am
30,35,40,45,50,55 5 * * 1-5
