Timestamps such as '12/11/12' are ambiguous, unsortable, and more.
ISO8601 was introduced and internationally ratified to fix this.
So you want to say (in extended localtime format) '2012-12-12T21:01:02',
or '20121212T210102' in basic format. Refer to pp:4.3.2 on page 19 of the
spec for a quick picture.
There are also places in the code where the data logged contains
and embedded timestamp in the line... that also needs to use ISO8601.
https://en.wikipedia.org/wiki/ISO_8601
http://dotat.at/tmp/ISO_8601-2004_E.pdf
Timestamps such as '12/11/12' are ambiguous, unsortable, and more.
ISO8601 was introduced and internationally ratified to fix this.
So you want to say (in extended localtime format) '2012-12-12T21:01:02',
or '20121212T210102' in basic format. Refer to pp:4.3.2 on page 19 of the
spec for a quick picture.
There are also places in the code where the data logged contains
and embedded timestamp in the line... that also needs to use ISO8601.
https://en.wikipedia.org/wiki/ISO_8601
http://dotat.at/tmp/ISO_8601-2004_E.pdf