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 235302f + 97790cc commit 624469bCopy full SHA for 624469b
app/code/Magento/Backend/Block/Dashboard/Graph.php
@@ -387,7 +387,7 @@ public function getChartUrl($directUrl = true)
387
*/
388
foreach ($this->_axisLabels[$idx] as $_index => $_label) {
389
if ($_label != '') {
390
- $period = new \DateTime($_label);
+ $period = new \DateTime($_label, new \DateTimeZone($timezoneLocal));
391
switch ($this->getDataHelper()->getParam('period')) {
392
case '24h':
393
$this->_axisLabels[$idx][$_index] = $this->_localeDate->formatDateTime(
0 commit comments