Date
是一个通用首部,其中包含了消息生成的日期和时间。
语法
Date: <day-name>, <day> <month> <year> <hour>:<minute>:<second> GMT
指令
- <day-name>
- "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", 或 "Sun" 之一 (区分大小写)。
- <day>
- 2位数字表示天数,例如, "04" 或 "23"。
- <month>
- "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" 之一(区分大小写)。
- <year>
- 4位数字表示年份,例如, "1990" 或 "2016"。
- <hour>
- 2位数字表示小时数,例如, "09" 或 "23"。
- <minute>
- 2位数字表示分钟数,例如, "04" 或 "59"。
- <second>
- 2位数字表示秒数,例如, "04" 或 "59"。
- GMT
-
格林尼治标准时间。 在HTTP协议中,时间都是用格林尼治标准时间来表示的,而不是本地时间。
示例
Date: Wed, 21 Oct 2015 07:28:00 GMT
规范
浏览器兼容性
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Feature | Chrome | Firefox | Edge | Internet Explorer | Opera | Safari |
---|
Basic Support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|
Basic Support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
相关内容
文档标签和贡献者