Skip to content

Fix wrong timestamp checking arithmetic

Marco Filho requested to merge fix-missed-timestamps into main

Calculation was being made without int->double conversion, resulting in nonsense value. Also, First timestamp is always zero so add a check to not consider that a mistake.

Merge request reports

Loading