Skip to content

Commit a7b5d10

Browse files
author
Dale Sikkema
committed
MAGETWO-35338: Magento completely breaks up when set specific locale
1 parent d2d0db2 commit a7b5d10

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Locale

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Locale/Lists.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function getOptionTimezones()
103103
{
104104
$options = [];
105105
$locale = $this->localeResolver->getLocale();
106-
$zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL_WITH_BC);
106+
$zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL);
107107
foreach ($zones as $code) {
108108
$options[] = [
109109
'label' => \IntlTimeZone::createTimeZone($code)->getDisplayName(

0 commit comments

Comments
 (0)