Skip to content

Commit

Permalink
Fixed timestamp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmusa91 committed May 10, 2017
1 parent 7798e03 commit a3343ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geomap_panel/src/geomap_ctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default class GeoMapPanelCtrl extends MetricsPanelCtrl {
}

formatTime (timestamp) {
moment.unix(timestamp).format('DD-MM-YYYY HH:mm:ss')
return moment.unix(timestamp).format('DD-MM-YYYY HH:mm:ss')
}
}

Expand Down

0 comments on commit a3343ff

Please sign in to comment.