Home
last modified time | relevance | path

Searched refs:endDate (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/src/components/Mixins/
H A DTableFilterMixin.js32 endDate, argument
35 if (!startDate && !endDate) return tableData;
37 let endDateInMs = endDate ? endDate.getTime() : Number.POSITIVE_INFINITY;
46 endDateInMs = endDate
47 ? endDate.getTime() + endDate.getTimezoneOffset() * 60000
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js96 var endDate;
99 endDate = new Date($scope.end_date.getTime());
100 endDate.setTime(endDate.getTime() + 86399000);
103 if ($scope.start_date && endDate) {
106 log.Timestamp <= endDate);
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js289 $scope.getDays = function(endDate) { argument
292 var ms = (new Date(endDate).getTime()) - ($scope.bmcTime) / 1000;