You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registries/_format/http-date.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
owner: mikekistler
3
3
issue:
4
-
description: date and time as defined by IMF-fixdate - [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.1.1)
4
+
description: date and time as defined by HTTP-date - [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.1.1)
5
5
base_type: string
6
6
layout: default
7
7
---
@@ -12,11 +12,11 @@ layout: default
12
12
13
13
Base type: `{{ page.base_type }}`.
14
14
15
-
The `{{page.slug}}` format represents a date and time as defined by IMF-fixdate - [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.1.1).
15
+
The `{{page.slug}}` format represents a date and time as defined by HTTP-date - [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.1.1).
16
16
17
17
Example: "Sun, 06 Nov 1994 08:49:37 GMT"
18
18
19
-
This is the preferred format for dates passed in HTTP headers.
19
+
This is the format for dates passed in HTTP headers.
0 commit comments