I am trying to write a cron where a job runs twice a day. Once at 09:30am and 10:00am. I tried below one, but it runs with a gap of 1hr
0 30/30 9-10 * * ? --> runs at 09:30am & 10:30am
Searched multiple answers but unable to find any feasible solution. Can anyone suggest better way of doing this?