-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue 88 : modify with timezone #90
Conversation
[Issue 88 : Adding to a time provides an inconsistent result](briannesbitt#88)
A test case to proof the underlying issue and that this solves it would be useful. |
Need test cases. |
Done. |
This creates 39 failed tests ?? |
|
It seems $this->setTimezone($tz); do not restore correctly the timezone if empty. But there is no bug if we test first if the timezone is different from a default one. I will see if I can find a shorter solution. |
What is the status of this PR @kylekatarnls @briannesbitt ? |
No shorter fix found |
Can you rebase this PR maybe ? |
Do you guys consider this a BC or a bug fix ? |
Should be closed in favour of #548. |
Issue 88 : Adding to a time provides an inconsistent result