Skip to content

Commit 7b9d7bd

Browse files
author
Dale Sikkema
committed
MAGETWO-35338: Magento completely breaks up when set specific locale
- use ALL list in setup as well
1 parent a7b5d10 commit 7b9d7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/Lists.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(ConfigInterface $localeConfig)
3636
*/
3737
public function getTimezoneList()
3838
{
39-
$zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL_WITH_BC);
39+
$zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL);
4040
$list = [];
4141
foreach ($zones as $code) {
4242
$list[$code] = \IntlTimeZone::createTimeZone($code)->getDisplayName(

0 commit comments

Comments
 (0)