Need Cron expression below time

Need Cron Expression below time

  • 08:00 AM
  • 15:00 PM
  • 21:00 PM
  • 2:00 AM

Convert above schedule into UTC for every day

thanks
shaik

Hi @shaik.muktharvalli1

Try this:
* * 2,8,15,21 ? * * *

Regards

not worked

thsnks
shaik

Please use below cron expression
0 0 2,8,15,21 1/1 * ? *

Regards,
Arivu

@shaik.muktharvalli1
0 12,19,1,6 * * *
This combined expression will run the command at 12:00 PM, 7:00 PM, 1:00 AM, and 6:00 AM UTC every day.