Skip to content

Commit

Permalink
Merge pull request #129 from flygare/geomap_panel/timelapseTimestampFix
Browse files Browse the repository at this point in the history
Fixed timestamp issue
  • Loading branch information
Max-Meldrum authored May 10, 2017
2 parents 37a09c4 + a3343ff commit a47a943
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 a47a943

Please sign in to comment.