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

Should the datetimes use an ISO8601 profile? #208

Closed
edent opened this issue Apr 13, 2021 · 2 comments
Closed

Should the datetimes use an ISO8601 profile? #208

edent opened this issue Apr 13, 2021 · 2 comments

Comments

@edent
Copy link

edent commented Apr 13, 2021

Is your feature request related to a problem? Please describe.

The current datetime standard used (RFC5322) can be difficult to parse. Not all humans speak English, which makes the day and month abbreviations a little confusing.

Describe the solution you'd like

ISO8601. I know that it's a paid-for standard, so I suggest using a profile of it:

  • RFC 3339, which simplifies ISO 8601 for use in internet protocols by leaving out infrequently used levels of accuracy
  • W3C date and time format, which is an ISO 8601 profile written to simplify its use in WWW standards

Describe alternatives you've considered

The spec currently says

The value of this field follows the format defined in section 3.3 of [RFC5322]

That's a fine standard. And while there are plenty more datetime standards, I think an 8601 profile strikes the right balance between machine readability and human readability.

Additional context

Re: securitytxt/securitytxt.org#72

@nightwatchcyber
Copy link
Contributor

I am asking IETF members about this. Thank you for referencing RFC 3339.

@nightwatchcyber
Copy link
Contributor

IETF consensus seems to point to RFC 3339, I updated the GitHub version of the draft to reflect that.

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

2 participants