Skip to content

logtimestamps need to use standard ISO8601 format #2092

@grarpamp

Description

@grarpamp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions