Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The used time format is actually RFC5424, a subset of ISO8601 #93

Open
ioggstream opened this issue Jun 4, 2018 · 2 comments
Open

The used time format is actually RFC5424, a subset of ISO8601 #93

ioggstream opened this issue Jun 4, 2018 · 2 comments

Comments

@ioggstream
Copy link

Suggestion

The given timestamp format is RFC5424, a subset of ISO8601

https://tools.ietf.org/html/rfc5424#section-6.2.3

A more liberal approach - though more restrictive than iso8601 - is RFC3339

@brandur
Copy link
Member

brandur commented Jun 4, 2018

This seems reasonable to me. If we add it, it might be worth also including a short one-sentence summary of the differences between each of the formats too – it's almost completely unintuitive.

@geemus
Copy link
Member

geemus commented Jun 12, 2018

Apologies for delay, work-travel last week, so playing inbox catchup now.

I'm certainly in favor of being more precise about our actual usage.

If I read correctly, going from least restrictive to most restrictive would be: ISO8601, 3339, 5424.

I would be happy to just suggest 5424, pointing out that it is a more restrictive subset of 8601.

@ioggstream would you be up for a PR with this enhancement? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants