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