Fix for utc in timepicker, Closes #713

This commit is contained in:
Torkel Ödegaard
2014-08-19 11:12:48 +02:00
parent a64604de6b
commit 299053f2d5
2 changed files with 871 additions and 463 deletions
+2 -2
View File
@@ -193,8 +193,8 @@ function (angular, app, _, moment, kbn) {
moment(model.to.date).fromNow();
}
else {
model.rangeString = $scope.dashboard.formatDate(model.from.date, 'MMM D, YYYY hh:mm:ss') + ' to ' +
$scope.dashboard.formatDate(model.to.date, 'MMM D, YYYY hh:mm:ss');
model.rangeString = $scope.dashboard.formatDate(model.from.date, 'MMM D, YYYY HH:mm:ss') + ' to ' +
$scope.dashboard.formatDate(model.to.date, 'MMM D, YYYY HH:mm:ss');
}
}
+869 -461
View File
File diff suppressed because it is too large Load Diff