Skip to content

Commit 1b98723

Browse files
committed
Documented the intltimezone input type
1 parent 7a838f0 commit 1b98723

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

reference/forms/types/timezone.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,13 @@ input
6565
The format of the *input* data - i.e. the format that the timezone is stored
6666
on your underlying object. Valid values are:
6767

68+
* ``datetimezone`` (a ``\DateTimeZone`` object)
69+
* ``intltimezone`` (an ``\IntlTimeZone`` object)
6870
* ``string`` (e.g. ``America/New_York``)
69-
* ``datetimezone`` (a ``DateTimeZone`` object)
71+
72+
.. versionadded:: 4.3
73+
74+
The ``intltimezone`` input type was introduced in Symfony 4.3.
7075

7176
regions
7277
~~~~~~~

0 commit comments

Comments
 (0)