mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
92ba103f45
commit
ff7debfb81
@ -221,7 +221,7 @@ export default {
|
||||
return position;
|
||||
},
|
||||
formatTime(unixTime, timeFormat) {
|
||||
return Moment(unixTime).format(timeFormat);
|
||||
return Moment.utc(unixTime).format(timeFormat);
|
||||
},
|
||||
moveSnapshot(snapshotId) {
|
||||
const snapshot = this.snapshotContainer.getSnapshot(snapshotId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user