--- title: Date slug: Web/HTTP/Headers/Date tags: - 日期 - 格林尼治标准时间 - 通用首部 - 首部 translation_of: Web/HTTP/Headers/Date ---
Date
是一个通用首部,其中包含了报文创建的日期和时间。
Header type | {{Glossary("General header")}} |
---|---|
{{Glossary("Forbidden header name")}} | yes |
Date: <day-name>, <day> <month> <year> <hour>:<minute>:<second> GMT
格林尼治标准时间。 在HTTP协议中,时间都是用格林尼治标准时间来表示的,而不是本地时间。
Date: Wed, 21 Oct 2015 07:28:00 GMT
Specification | Title |
---|---|
{{RFC("7231", "Date", "7.1.1.2")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
{{Compat("http.headers.Date")}}