mirror of
https://github.com/nasa/openmct.git
synced 2025-06-07 09:51:41 +00:00
[Time Conductor] Fix time calculation in example telemetry
This commit is contained in:
parent
df6cd8f403
commit
b928b7d3f2
@ -30,7 +30,7 @@ define(
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var ONE_DAY = 60 * 60 * 24,
|
var ONE_DAY = 60 * 60 * 24,
|
||||||
firstObservedTime = SinewaveConstants.START_TIME;
|
firstObservedTime = Math.floor(SinewaveConstants.START_TIME / 1000);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user