mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix cloudwatch time error
This commit is contained in:
@@ -596,7 +596,7 @@ function (angular, _) {
|
||||
}
|
||||
|
||||
function convertToCloudWatchTime(date) {
|
||||
return date.valueOf() / 1000;
|
||||
return Math.round(date.valueOf() / 1000);
|
||||
}
|
||||
|
||||
function convertDimensionFormat(dimensions) {
|
||||
|
||||
Reference in New Issue
Block a user