We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b5d10 commit 7b9d7bdCopy full SHA for 7b9d7bd
setup/src/Magento/Setup/Model/Lists.php
@@ -36,7 +36,7 @@ public function __construct(ConfigInterface $localeConfig)
36
*/
37
public function getTimezoneList()
38
{
39
- $zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL_WITH_BC);
+ $zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL);
40
$list = [];
41
foreach ($zones as $code) {
42
$list[$code] = \IntlTimeZone::createTimeZone($code)->getDisplayName(
0 commit comments