CultureInfo is different for recurring jobs triggered automatically and manually

Hi!

I’ve noticed some weird behavior in running recurring web jobs. When recurring job triggered automatically - it uses culture and date format defined in windows settings. But when I trigger a job manually from Hangfire dashboard it uses culture and date format defined in my web app. Is it possible to set culture in Hangfire configuration settings?

Thanks