RFC 3339 for dates and times would make reading logs from other programs easier

Kevin

New Member
The RFC 3339 format for dates is supported directly by many programs that read dates from plain text: for example, "2021-06-17 08:16:30".

As formatted currently, it's not difficult to read the dates in the log, but it requires an extra step.

I found a tool for plotting these log files, but it does not appear to handle times properly. If one loads two log files recorded sequentially, it starts each graph at "time 0", rather that plotting against the actual time the data were recorded. Hence the desire to plot from a more general program.
 
The next (Beta) build will have an option to select between different time formats for the log: Default (current format), RFC 3339 and ISO 8601.
 
Back
Top