[Time Conductor] Fix time calculation in example telemetry

This commit is contained in:
Victor Woeltjen 2015-10-27 09:54:09 -07:00
parent df6cd8f403
commit b928b7d3f2

View File

@ -30,7 +30,7 @@ define(
"use strict";
var ONE_DAY = 60 * 60 * 24,
firstObservedTime = SinewaveConstants.START_TIME;
firstObservedTime = Math.floor(SinewaveConstants.START_TIME / 1000);
/**
*