Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jvanderbiest opened this issue Nov 2, 2016 · 2 comments
Open

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

jvanderbiest opened this issue Nov 2, 2016 · 2 comments
Labels

Comments

@jvanderbiest
Copy link
Contributor

No description provided.

@jvanderbiest jvanderbiest self-assigned this Jan 30, 2018
@jvanderbiest
Copy link
Contributor Author

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
fluentscheduler/FluentScheduler#62

@jvanderbiest jvanderbiest removed their assignment Jan 30, 2018
@jvanderbiest
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant