Skip to content

Commit 6f1aebf

Browse files
authored
Replace imf-fixdate with the more general and useful http-date (#3290)
1 parent 4c5c4be commit 6f1aebf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registries/_format/imf-fixdate.md renamed to registries/_format/http-date.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: mikekistler
33
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)
55
base_type: string
66
layout: default
77
---
@@ -12,11 +12,11 @@ layout: default
1212

1313
Base type: `{{ page.base_type }}`.
1414

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).
1616

1717
Example: "Sun, 06 Nov 1994 08:49:37 GMT"
1818

19-
This is the preferred format for dates passed in HTTP headers.
19+
This is the format for dates passed in HTTP headers.
2020

2121
{% if page.issue %}
2222
### GitHub Issue

0 commit comments

Comments
 (0)