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 d2d0db2 commit a7b5d10Copy full SHA for a7b5d10
lib/internal/Magento/Framework/Locale/Lists.php
@@ -103,7 +103,7 @@ public function getOptionTimezones()
103
{
104
$options = [];
105
$locale = $this->localeResolver->getLocale();
106
- $zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL_WITH_BC);
+ $zones = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL);
107
foreach ($zones as $code) {
108
$options[] = [
109
'label' => \IntlTimeZone::createTimeZone($code)->getDisplayName(
0 commit comments