-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Wrong all day yearly recurrence handling #234
Comments
I can vouch for this happening |
I tried to implement the correction from #232 (I think I did it correctly) I want to add that as far as I can see it shows correct on the start date BUT when it has a yearly occurrence it will on the same date put in a date that is set to 22:00 And It might be the same thing that does so "FØDSELSDAG" which was set to run UNTIL 20-08-2018 is being shown even though we are in 2019 so it should not. |
Looking into this, the erroneous times appear to only be added if the timezone of the php environment (which can be changed via At a guess, this might be something to do with the fact we're parsing the iCal Date string (without any timezone context) with
(And the reason why the day is still correct is because The aforementioned PR (#232) does not fix the issue. However, the PR happens to be a precursory cleanup prior to a rewrite of the |
Description of the Issue:
All day events without time, has a time after parsing:
Steps to Reproduce:
The dtstart and dtend has now a time: 22:00u. Is this expected behavior?
I have already a solution, if you want I will make a pull request.
The text was updated successfully, but these errors were encountered: