We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2f350 commit cd80884Copy full SHA for cd80884
public/app/features/dashboard/timeSrv.js
@@ -50,7 +50,7 @@ define([
50
51
if (!isNaN(value)) {
52
var epoch = parseInt(value);
53
- return moment(epoch);
+ return moment.utc(epoch);
54
}
55
56
return null;
0 commit comments