Codit / lunchorder

Order lunch at your enterprise with ease
MIT License
10 stars 6 forks source link

UTC daylight savings not taken into account when order email #107

Open jvanderbiest opened 7 years ago

jvanderbiest commented 6 years ago

Unsupported for now, don't see a simple way to fix it

Daylight Saving Time Unfortunately, not unlike many schedulers, there is no daylight saving time support yet.

If you are worried about your jobs not running or running twice due to that, the suggestion is to either avoid troublesome time ranges or to force the use of UTC:

JobManager.UseUtcTime();

https://github.com/fluentscheduler/FluentScheduler#daylight-saving-time https://github.com/fluentscheduler/FluentScheduler/issues/62

jvanderbiest commented 6 years ago

This might be possible if we opt for Hangfire tasks https://www.hangfire.io