Skip to content

Commit 882423c

Browse files
committed
minor #11507 Documented the intltimezone input type (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Documented the intltimezone input type Fixes #11463. Commits ------- 1b98723 Documented the intltimezone input type
2 parents f8141c4 + 1b98723 commit 882423c

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)