8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37bc78 commit c5681bfCopy full SHA for c5681bf
reference/constraints/Timezone.rst
@@ -119,10 +119,15 @@ identifiers to the ones that belong to that geographical zone:
119
* ``\DateTimeZone::INDIAN``
120
* ``\DateTimeZone::PACIFIC``
121
122
-The special ``\DateTimeZone::ALL`` zone accepts any timezone.
+The special ``\DateTimeZone::ALL`` zone accepts any timezone excluding deprecated timezones.
123
124
-countryCode
125
-~~~~~~~~~~~
+The special ``\DateTimeZone::ALL_WITH_BC`` zone accepts any timezone including deprecated timezones.
+
126
+The special ``\DateTimeZone::PER_COUNTRY`` zone limits the timezones to a certain country. This zone
127
+value must be used in combination with the ``country_code`` option.
128
129
+country_code
130
+~~~~~~~~~~~~
131
132
**type**: ``string`` **default**: ``null``
133
0 commit comments