When using timewarp, `m_dfAppStartTime` shouldn't be multiplied by timewarp: https://github.com/themoos/core-moos/blob/64c9750f53b0d049a4cd9ec771bc1dc397a9fb65/Core/libMOOS/App/MOOSApp.cpp#L344 The previous line should be : ```C++ m_dfAppStartTime = MOOSTime(false); ```
When using timewarp,
m_dfAppStartTimeshouldn't be multiplied by timewarp:core-moos/Core/libMOOS/App/MOOSApp.cpp
Line 344 in 64c9750
The previous line should be :
m_dfAppStartTime = MOOSTime(false);