Time cron, can't this be done?

This question is simple… can this be done ? It doesn’t seem to work …

rule "Test"
when
        Time cron "0 53 9 * * ?" or
        Time cron "0 56 9 * * ?" or
        Time cron "0 59 9 * * ?"
then

Open issue

Does this syntax work in openHAB? From my vague memory of cron:

Time cron “0 53,56,59 9 * * ?”

1 Like

ah okay … will try it out :slight_smile:

It worked! thanks