RFC3261: SIP:20.17 Date

20.17 Date

   The Date header field contains the date and time.  Unlike HTTP/1.1, SIP only supports the most recent RFC 1123 [20] format for dates.  As in [H3.3], SIP restricts the time zone in SIP-date to "GMT", while RFC 1123 allows any time zone.  An RFC 1123 date is case-sensitive.

​日期报头字段包含日期和时间。与HTTP/1.1不同,SIP仅支持最新的RFC 1123[20]日期格式。与[H.3]中一样,SIP将SIP日期中的时区限制为“GMT”,而RFC 1123允许任何时区。RFC 1123日期区分大小写。

   The Date header field reflects the time when the request or response is first sent.

Date报头字段反映首次发送请求或响应的时间。

      The Date header field can be used by simple end systems without a battery-backed clock to acquire a notion of current time. However, in its GMT form, it requires clients to know their offset from GMT.

日期报头字段可以由没有电池支持的时钟的简单终端系统使用,以获取当前时间的概念。然而,在GMT表格中,它要求客户知道他们与GMT的偏移量。

   Example:

实例

      Date: Sat, 13 Nov 2010 23:29:00 GMT

你可能感兴趣的:(SIP,sip)