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

Require supported Date ranges #2651

Merged
merged 5 commits into from
Oct 24, 2023
Merged

Require supported Date ranges #2651

merged 5 commits into from
Oct 24, 2023

Conversation

mnot
Copy link
Member

@mnot mnot commented Oct 13, 2023

Fixes #2622.

@mnot mnot requested a review from bsdphk as a code owner October 13, 2023 04:34
@@ -474,14 +474,17 @@ Note that in Dictionary ({{dictionary}}) and Parameter ({{param}}) values, Boole

Date values can be conveyed in Structured Fields.

Dates have a data model that is similar to Integers, representing a (possibly negative) delta in seconds from January 1, 1970 00:00:00 UTC, excluding leap seconds.
Dates have a data model that is similar to Integers, representing a (possibly negative) delta in seconds from 1 January 1970 00:00:00 UTC, excluding leap seconds.
Copy link
Contributor

@bsdphk bsdphk Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use ISO8601 formatting ?

Also, is there any way we can point at 4.16 in:

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html

There are so many tar-pits and bikesheds in this area...

draft-ietf-httpbis-sfbis.md Outdated Show resolved Hide resolved
draft-ietf-httpbis-sfbis.md Outdated Show resolved Hide resolved
draft-ietf-httpbis-sfbis.md Outdated Show resolved Hide resolved
@mnot mnot merged commit 1f67f9d into main Oct 24, 2023
2 checks passed
@mnot mnot deleted the mnot/2622 branch October 24, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Supported Range of Dates
4 participants