-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix calling TimeZone::createFromPhpDateTimeZone with default values (#…
…250) The default value for the begin date created a date B.C. which could not be parsed. Therefore the new default value was set to the year of Christ birth. The daylight saving time was introduced in 1916, therefore any begin date before that year will not produce further output. Calling TimeZone::createFromPhpDateTimeZone with default values will now trigger a (silenced) deprecation error. Fix #240
- Loading branch information
1 parent
f3b9cfb
commit 74ea814
Showing
4 changed files
with
84 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters