Tech-invite3GPPspaceIETFspace
SIP ↠  ExamplesGrammarsPresence
List   Prev   Next

ABNF for SIP Headers

(22  of  93)

SIP Header — Date

Section 20.17 of RFC 3261  and  ABNF in RFC 3261

Date =
"Date"  HCOLONSIP-date

; example:
; Date: Thu, 21 Feb 2002 13:02:03 GMT

Top
SIP-date =
Up
rfc1123-date =
wkday  ","  SPdate1SPtimeSP  "GMT"
Up
wkday =
"Mon" /  "Tue" /  "Wed" /  "Thu" /  "Fri" /  "Sat" /  "Sun"
Up
date1 =
2DIGITSPmonthSP  4DIGIT
;  day month year (e.g., 02 Jun 1982)
Up
month =
"Jan" /  "Feb" /  "Mar" /  "Apr" /  "May" /  "Jun" /  "Jul" /  "Aug" /  "Oct" /  "Nov" /  "Dec"
Up
time =
2DIGIT  ":"  2DIGIT  ":"  2DIGIT
;  e.g., 00:00:00 - 23:59:59
Up

Top