You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ype (jakzal)
This PR was submitted for the master branch but it was merged into the 2.6 branch instead (closes#12404).
Discussion
----------
[Form] Remove timezone options from DateType and TimeType
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | yes
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #12239
| License | MIT
| Doc PR | symfony/symfony-docs#4417
replaces #12380
Commits
-------
849fb29 Drop support for model_timezone and view_timezone options in TimeType and DateType.
We should document them as deprecated in 2.6 IMO (as they are not working properly anyway) and add a deprecation warning for them in 2.7 when they are used
As discussed in #7187, these options don't make sense for these types.
The text was updated successfully, but these errors were encountered: