Hi;
I am using the pro version of hangfire.
I have a job which has to work on 9:00 pm from in day weeks(from monday to friday)
So i used this CronExpression: 0 21 * * 1-5
But the job is executed on 12:00 am
And in dashboard, hangfire says the true time for execution. I mean cron descriptor works fine.
But job is executed on 12:00 am