Skip to content

Commit f195828

Browse files
author
Roman Ganin
committed
Merge remote-tracking branch 'origin/MAGETWO-36143' into develop
2 parents 0cd9612 + a6a81b2 commit f195828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Reports/Model/Resource/Report/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ protected function _getDayInterval(\DateTime $dateStart)
174174
\IntlDateFormatter::SHORT,
175175
\IntlDateFormatter::NONE
176176
),
177-
'start' => $dateStart->format('Y-m-d H:i:s'),
177+
'start' => $dateStart->format('Y-m-d 00:00:00'),
178178
'end' => $dateStart->format('Y-m-d 23:59:59'),
179179
];
180180
return $interval;

0 commit comments

Comments
 (0)