TLeconte / vdlm2dec

vdl mode 2 SDR decoder
GNU General Public License v2.0
74 stars 23 forks source link

Dates should be presented in EN-ISO8601 date format. #34

Open marcus-aa opened 5 years ago

marcus-aa commented 5 years ago

Dates are not is standard format and not easily machine-sortable.

current notation:

[#1 (F:136.725 P:-0.9) 08/10/2018 17:44:41.050

Better to start each line with a ISO8601-compliant date:

2018-10-08T17:44:41,050 [#1 (F:136.725 P:-0.9)

That way we can sort and purge log files very easily, and still keep good human redability.