Skip to content

flow-monitor: Time arithmetic changes

Implementation of time-arithmetic changes introduced in issue !348 (merged).

Used method for printing time with a unit. Generally the changes follow this pattern:

now.GetSeconds () --> now.As (Time::S)

Merge request reports