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 0cd9612 + a6a81b2 commit f195828Copy full SHA for f195828
app/code/Magento/Reports/Model/Resource/Report/Collection.php
@@ -174,7 +174,7 @@ protected function _getDayInterval(\DateTime $dateStart)
174
\IntlDateFormatter::SHORT,
175
\IntlDateFormatter::NONE
176
),
177
- 'start' => $dateStart->format('Y-m-d H:i:s'),
+ 'start' => $dateStart->format('Y-m-d 00:00:00'),
178
'end' => $dateStart->format('Y-m-d 23:59:59'),
179
];
180
return $interval;
0 commit comments