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

[BUG] Wrong event start time in Daylight saving time: March, 26 2021 #380

Open
AhmedNourJamalElDin opened this issue Mar 6, 2021 · 0 comments · May be fixed by #381
Open

[BUG] Wrong event start time in Daylight saving time: March, 26 2021 #380

AhmedNourJamalElDin opened this issue Mar 6, 2021 · 0 comments · May be fixed by #381

Comments

@AhmedNourJamalElDin
Copy link

Hello,

When I create an event by dragging, it always adds one hour to the start attribute.
After investigating the issue, it was due to daylight saving time and the way it's handled.

so if I write this in chrome console, for example:

new Date("2021-03-26 00:00:00")

it will print

Fri Mar 26 2021 01:00:00 GMT+0300 (Eastern European Summer Time)

as you can see, it auto-adds 1h as expected, but the package doesn't expect this.

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

Successfully merging a pull request may close this issue.

1 participant