There are several different time formats used within GUI:
- "16 Jan 2017 - 14:00" in the date field under the graph (and "16 Jan" on the x-axis of the graph)
- "Jan 16 2017 14:00" in the box with selected timeslot/interval, and in the header of "Statistics" page
- "2017-01-16 14:00:00.123" in the database query results
It should be consistent. Preferably the ISO format, i.e. "2017-10-16 14:00".
Also, there is some inconsistency with time zones. When I select a time slot 14:00 and query the database, the resulting flows have timestamps around 13:00. It seems that GUI uses local time but fdistdump prints times in UTC. It should either be unified (this may need changes in fdistdump) or at least the timezone information should be clearly communicated to user.
There are several different time formats used within GUI:
It should be consistent. Preferably the ISO format, i.e. "2017-10-16 14:00".
Also, there is some inconsistency with time zones. When I select a time slot 14:00 and query the database, the resulting flows have timestamps around 13:00. It seems that GUI uses local time but fdistdump prints times in UTC. It should either be unified (this may need changes in fdistdump) or at least the timezone information should be clearly communicated to user.