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 report: Date change by saving #12

Open
derdaniel23 opened this issue Sep 30, 2020 · 2 comments
Open

Bug report: Date change by saving #12

derdaniel23 opened this issue Sep 30, 2020 · 2 comments

Comments

@derdaniel23
Copy link

derdaniel23 commented Sep 30, 2020

Bug description

If you add a date in a recurrence rule and save this the date will be automatically changed to one day earlyer

Steps to reproduce

Go to co.radiocorax.de, open schedule/4051/ or any other, press Add date, add Date 2020-10-13, press "sichern und weiter editieren"

Actual result

You added the date Mondy, Oktober 12, 2020

Expected result

Save the same date as added

Workaround

Calculate a day later to save the actually wanted date

@stefan-walluhn
Copy link
Member

stefan-walluhn commented Oct 1, 2020

Issue is caused by mix of timezone aware and timezone unaware date processing. Dates are casted to UTC, but are stored timezone unaware in the recurrence ruleset.

We have to fix timezone awarenes one more time, or have to switch back to timezone unaware processing at all.

@stefan-walluhn
Copy link
Member

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

No branches or pull requests

2 participants