Skip to content

Commit 90cc520

Browse files
committed
ACP2E-2127: Date filter is not working in admin grid.
- Removed the Timezone.php file.
1 parent cbb44f9 commit 90cc520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Stdlib/DateTime/Timezone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function isScopeDateInInterval($scope, $dateFrom = null, $dateTo = null)
280280
}
281281

282282
return !(!$this->_dateTime->isEmptyDate($dateFrom) && $scopeTimeStamp < $fromTimeStamp ||
283-
!$this->_dateTime->isEmptyDate($dateTo) && $scopeTimeStamp > $toTimeStamp);
283+
!$this->_dateTime->isEmptyDate($dateTo) && $scopeTimeStamp > $toTimeStamp);
284284
}
285285

286286
/**

0 commit comments

Comments
 (0)