Changeset 1028 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 11/10/10 13:06:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1019 r1028 1829 1829 <t> 1830 1830 HTTP applications have historically allowed three different formats 1831 for date/time stamps. 1832 However, the preferred format is 1833 a fixed-length subset of that defined by <xref target="RFC1123"/>: 1831 for date/time stamps. However, the preferred format is a fixed-length subset 1832 of that defined by <xref target="RFC1123"/>: 1834 1833 </t> 1835 1834 <figure><artwork type="example" x:indent-with=" "> … … 1878 1877 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="rfc1123-date"/><iref primary="true" item="Grammar" subitem="date1"/><iref primary="true" item="Grammar" subitem="time-of-day"/><iref primary="true" item="Grammar" subitem="hour"/><iref primary="true" item="Grammar" subitem="minute"/><iref primary="true" item="Grammar" subitem="second"/><iref primary="true" item="Grammar" subitem="day-name"/><iref primary="true" item="Grammar" subitem="day-name-l"/><iref primary="true" item="Grammar" subitem="day"/><iref primary="true" item="Grammar" subitem="month"/><iref primary="true" item="Grammar" subitem="year"/><iref primary="true" item="Grammar" subitem="GMT"/> 1879 1878 <x:ref>rfc1123-date</x:ref> = <x:ref>day-name</x:ref> "," <x:ref>SP</x:ref> date1 <x:ref>SP</x:ref> <x:ref>time-of-day</x:ref> <x:ref>SP</x:ref> <x:ref>GMT</x:ref> 1880 1879 ; fixed length subset of the format defined in 1880 ; <xref target="RFC1123" x:fmt="of" x:sec="5.2.14"/> 1881 1881 1882 <x:ref>day-name</x:ref> = <x:abnf-char-sequence>"Mon"</x:abnf-char-sequence> ; "Mon", case-sensitive 1882 1883 / <x:abnf-char-sequence>"Tue"</x:abnf-char-sequence> ; "Tue", case-sensitive
Note: See TracChangeset
for help on using the changeset viewer.