Skip to content

Commit 602d1a5

Browse files
committed
Merge branch 'v3.0.x'
2 parents bfadc93 + cd80884 commit 602d1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/dashboard/timeSrv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ define([
5050

5151
if (!isNaN(value)) {
5252
var epoch = parseInt(value);
53-
return moment(epoch);
53+
return moment.utc(epoch);
5454
}
5555

5656
return null;

0 commit comments

Comments
 (0)