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
description: date and time as defined by IMF-fixdate - [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.1.1)
5
+
base_type: string
6
+
layout: default
7
+
---
8
+
9
+
# <ahref="..">{{ page.collection }}</a>
10
+
11
+
## {{ page.slug }} - {{ page.description }}
12
+
13
+
Base type: `{{ page.base_type }}`.
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).
16
+
17
+
Example: "Sun, 06 Nov 1994 08:49:37 GMT"
18
+
19
+
This is the preferred format for dates passed in HTTP headers.
0 commit comments