|
@@ -596,7 +596,7 @@ function (angular, _) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function convertToCloudWatchTime(date) {
|
|
function convertToCloudWatchTime(date) {
|
|
|
- return date.valueOf() / 1000;
|
|
|
|
|
|
|
+ return Math.round(date.valueOf() / 1000);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function convertDimensionFormat(dimensions) {
|
|
function convertDimensionFormat(dimensions) {
|