File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,15 @@ identifiers to the ones that belong to that geographical zone:
119119* ``\DateTimeZone::INDIAN ``
120120* ``\DateTimeZone::PACIFIC ``
121121
122- The special ``\DateTimeZone::ALL `` zone accepts any timezone.
122+ The special ``\DateTimeZone::ALL `` zone accepts any timezone excluding deprecated timezones .
123123
124- countryCode
125- ~~~~~~~~~~~
124+ The special ``\DateTimeZone::ALL_WITH_BC `` zone accepts any timezone including deprecated timezones.
125+
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+ ~~~~~~~~~~~~
126131
127132**type **: ``string `` **default **: ``null ``
128133
You can’t perform that action at this time.
0 commit comments