fix cloudwatch time error

This commit is contained in:
Mitsuhiro Tanda
2015-09-26 02:33:52 +09:00
parent d09e8a12b4
commit 01ec8d0bcb
@@ -596,7 +596,7 @@ function (angular, _) {
}
function convertToCloudWatchTime(date) {
return date.valueOf() / 1000;
return Math.round(date.valueOf() / 1000);
}
function convertDimensionFormat(dimensions) {