Skip to content

Commit ec16653

Browse files
committed
minor #12405 Update Timezone.rst (ro0NL)
This PR was merged into the 4.3 branch. Discussion ---------- Update Timezone.rst we dont "create" anything, the option ensures valid string values that can be used with `IntlTimeZone::createTimeZone` without ever getting `Etc/Unknonwn` cc @javiereguiluz as we discussed this, i think this is more explicit Commits ------- d91ae2f Update Timezone.rst
2 parents d3dd40c + d91ae2f commit ec16653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Timezone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This constraint considers valid both the `PHP timezone identifiers`_ and the
112112
However, the timezones provided by the Intl component can be different from the
113113
timezones provided by PHP's Intl extension (because they use different ICU
114114
versions). If this option is set to ``true``, this constraint only considers
115-
valid the values created with the PHP ``\IntlTimeZone::createTimeZone()`` method.
115+
valid the values compatible with the PHP ``\IntlTimeZone::createTimeZone()`` method.
116116

117117
message
118118
~~~~~~~

0 commit comments

Comments
 (0)