You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any field that matches field.indexOf("Date") !== -1 will automatically be converted to a UTC date string. This is done in the jade template. Commit: 9e8111f.
I updated the UI (below) but am still seeing bigints of ms since epoch for startTime in Hone flows
which are the only nodes I know of with datetime values, e.g. http://10.10.10.100:8000/flow/35584
...yields
Name 10.32.92.230:56649::69.42.215.170:6667
Description 10.32.92.230, port 56649 to 69.42.215.170, port 6667
startTime 1371770984855
totalPkts 11
source Hone
totalBytes 612
Dates are currently shown as milliseconds since the epoch. Show them as human-readable UTC date strings.
The text was updated successfully, but these errors were encountered: