-
Notifications
You must be signed in to change notification settings - Fork 130
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
[4.5] Handle summer time jumps in event recurrences #660
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.5 #660 +/- ##
============================================
+ Coverage 98.38% 98.65% +0.27%
- Complexity 1813 1907 +94
============================================
Files 71 71
Lines 4334 5294 +960
============================================
+ Hits 4264 5223 +959
- Misses 70 71 +1 ☔ View full report in Codecov by Sentry. |
Note: the original PR had 19 commits. This only has 18 commits because one of the 19 was just a single-character format change, which I ended up including with the commit before it when cherry-picking and resolving conflicts etc. The "missing" commit is: |
And the new 19th commit is to remove PHP language features that are not available in PHP 7.1 7.2 7.3 |
Moving forward... |
Backport #653 to 4.5 release branch
ToDo: