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 7a838f0 commit 1b98723Copy full SHA for 1b98723
reference/forms/types/timezone.rst
@@ -65,8 +65,13 @@ input
65
The format of the *input* data - i.e. the format that the timezone is stored
66
on your underlying object. Valid values are:
67
68
+* ``datetimezone`` (a ``\DateTimeZone`` object)
69
+* ``intltimezone`` (an ``\IntlTimeZone`` object)
70
* ``string`` (e.g. ``America/New_York``)
-* ``datetimezone`` (a ``DateTimeZone`` object)
71
+
72
+.. versionadded:: 4.3
73
74
+ The ``intltimezone`` input type was introduced in Symfony 4.3.
75
76
regions
77
~~~~~~~
0 commit comments