I'm trying to schedule a quartz job for a specific time on a day. This is the cron expression:
0 20 18 ? * * *
It should fire on 18:20 every day, instead the next fire time show:
2021-08-29T08:20:00.000+00:00
I'm trying to schedule a quartz job for a specific time on a day. This is the cron expression:
0 20 18 ? * * *
It should fire on 18:20 every day, instead the next fire time show:
2021-08-29T08:20:00.000+00:00