How to write cron expression for below timing

How to write cron expression for below timing

every 15 mins from 12:30 AM KSA to 12: 30 PM KSA

Thnaks
shaik Muktharvalli

Hie @shaik.muktharvalli1 check this below thread for your Query

cheers

We can take the help from online tools, when exploring CRON

In some scenarios, we also split it into more crons

and find e.g.

0 0/15 1-12 ? * * *
0 30,45 0 ? * * *
0 0,15 12 ? * * *