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 7b9d7bd commit 5a6a4e7Copy full SHA for 5a6a4e7
app/code/Magento/Config/Model/Config/Backend/Locale/Timezone.php
@@ -19,7 +19,7 @@ class Timezone extends \Magento\Framework\App\Config\Value
19
*/
20
public function beforeSave()
21
{
22
- if (!in_array($this->getValue(), \DateTimeZone::listIdentifiers(\DateTimeZone::ALL_WITH_BC))) {
+ if (!in_array($this->getValue(), \DateTimeZone::listIdentifiers(\DateTimeZone::ALL))) {
23
throw new LocalizedException(__('Please correct the timezone.'));
24
}
25
return $this;
0 commit comments