Hello guys ,
Can you help me in getting a cron expression for the below usecase.
The bot should run only on “weekdays , every 2 hrs from 8 am to 7 pm only” (NO saturday and sunday)
I have managed to get a cron expression for every 2 hrs on weekdays as below :
0 0 */2 ? * MON-FRI
(Hope the above one is right)
But not able to find how to set it up from 8 am to 7 pm only.
Can you please help me in this ?
Regards,
Gokul