We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9a83d commit aa39730Copy full SHA for aa39730
reference/forms/types/options/model_timezone.rst.inc
@@ -6,4 +6,10 @@
6
Timezone that the input data is stored in. This must be one of the
7
`PHP supported timezones`_.
8
9
+.. deprecated:: 6.4
10
+
11
+ Starting from Symfony 6.4, it's deprecated to pass ``DateTime`` or ``DateTimeImmutable``
12
+ values to this form field with a different timezone than the one configured with
13
+ the ``model_timezone`` option.
14
15
.. _`PHP supported timezones`: https://www.php.net/manual/en/timezones.php
0 commit comments