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.
2 parents b33f359 + e874c7d commit 015424aCopy full SHA for 015424a
app/code/Magento/Ui/Component/Listing/Columns/Date.php
@@ -57,7 +57,7 @@ public function prepareDataSource(array $dataSource)
57
$date = $this->timezone->date(new \DateTime($item[$this->getData('name')]));
58
$timezone = isset($this->getConfiguration()['timezone'])
59
? $this->booleanUtils->convert($this->getConfiguration()['timezone'])
60
- : false;
+ : true;
61
if (!$timezone) {
62
$date = new \DateTime($item[$this->getData('name')]);
63
}
0 commit comments