Cron, two different hours on the same day?

Hello.
I have created a Cron expression that works, but I want to modify it and I can’t. I want it to be launched once at 08:00 and another at 12:30, I can’t put this last time(12:30), my expression is currently this:

0 0 8,12 ? * MON,TUE,WED,THU,FRI *

a greeting

it looks like cron can not handle this in a single expression
0 0,30 8,12 ? * MON-FRI *

as it is splitting minutes and hours for the times and cannot exclude the 8:30 and 12:00 from the run definitions

feel free to play by your own with the online helpers

okay
Thank you very much for the quick answer.
I have tried several Cron generators and have not succeeded.

as mentioned it seems that it is not in the nature of cron. Two cronjobs should serve it as an alternate

One question, do you know if it is possible to join two “Cron”, for a single “triggers” or do I have to create two “triggers”

cannot combine it, so we would create two triggers

ok, thank you very much, I just did it like this. I’ll put it as a solution in case someone has the same question.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.