s-o-1036 June 1994

[< Prev] [TOC] [ Next >]
5.1. Date

The  Date header contains the date and time when the article
was submitted for transmission:

     Date-content  = [ weekday "," space ] date space time
     weekday       = "Mon" / "Tue" / "Wed" / "Thu"
                   / "Fri" / "Sat" / "Sun"
     date          = day space month space year
     day           = 1*2digit
     month         = "Jan" / "Feb" / "Mar" / "Apr" / "May" / "Jun"
                   / "Jul" / "Aug" / "Sep" / "Oct" / "Nov" / "Dec"
     year          = 4digit / 2digit
     time          = hh ":" mm [ ":" ss ] space timezone
     timezone      = "UT" / "GMT"
                   / ( "+" / "-" ) hh mm [ space "(" zone-name ")" ]
     hh            = 2digit
     mm            = 2digit
     ss            = 2digit
     zone-name     = 1*( <ASCII printable character except ()\> / space )

This is a restricted subset of the MAIL date format.

If a weekday is given, it MUST be consistent with the  date.
The  modern  Gregorian  calendar  is used, and dates MUST be
consistent with its usual conventions; for example,  if  the
month  is  May,  the day must be between 1 and 31 inclusive.
The year SHOULD be given as four digits, and posting  agents
SHOULD  enforce this; however, relayers MUST accept the two-
digit form, and MUST interpret it  as  having  the  implicit
prefix "19".

     NOTE: Two-digit year numbers can, should, and must
     be phased out by 1999.

The time is given on  the  24-hour  clock,  e.g.  two  hours
before  midnight  is  "22:00" or "22:00:00".  The hh must be
between 00 and 23 inclusive, the mm between 0 and 59  inclu-
sive, and the ss between 0 and 61 inclusive.

     NOTE:  Leap  seconds  very  occasionally result in
     minutes that are 61 or 62 seconds long.

INTERNET DRAFT to be        NEWS                    sec. 5.1


The date and time SHOULD be  given  in  the  poster's  local
timezone,  including  a  specification of that timezone as a
numeric offset (which SHOULD include the timezone name, e.g.
"EST",  supplied  in  parentheses  like a MAIL comment).  If
not, they MUST be given in Universal Time (abbreviated "UT";
"GMT"  is a historical synonym for "UT").  The timezone name
in parentheses, if present,  is  a  comment;  software  MUST
ignore  it, except that reading agents might wish to display
it to the reader.  Timezone names other than "UT" and  "GMT"
MUST appear only in the comment.

     NOTE: Attempts to deal with a full set of timezone
     names have all foundered on  the  vast  number  of
     such  names in use and the duplications (for exam-
     ple, there are at least FIVE  different  timezones
     called  "EST"  by somebody).  Even the limited set
     of North American zone names authorized by MAIL is
     subject to confusion and misinterpretation.  Hence
     the flat ban on non-UT timezone  names  except  as
     comments.

     NOTE:  RFC 1036 specified that use of GMT (aka UT,
     UTC) was preferred.  However, the local  time  (in
     the  poster's timezone) is arguably information of
     possible interest to the reader, and this requires
     some indication of the poster's timezone.  Numeric
     offsets are an unambiguous way of doing this,  and
     their  use was indeed sanctioned by RFC 1036 (that
     is, this is a change of preference only).

     NOTE:  There  is  frequent  confusion,   including
     errors  in  some news software, regarding the sign
     of numeric timezones.   Zones  west  of  Greenwich
     have  negative offsets.  For example, North Ameri-
     can Eastern Standard Time is zone -0500 and  North
     American Eastern Daylight Time is zone -0400.

     NOTE:  Implementors  are  warned  that the hh in a
     timezone can go up to about 14; it is not  limited
     to  12.   This  is  because the International Date
     Line does  not  run  exactly  along  the  boundary
     between zone -1200 and zone +1200.

     NOTE: The comments in section 2.6 regarding trans-
     lation to other languages are relevant here.   The
     Date-content format, and the spellings of its com-
     ponents, as  found  in  articles  themselves,  are
     always as defined in this Draft, regardless of the
     language  used  to  interact  with   readers   and
     posters.  Reading and posting agents should trans-
     late  as  appropriate.   Actually,  even  English-
     language  reading and posting agents will probably
     want to do some degree of translation on dates, if
     only   to   abbreviate   the  lengthy  format  and

INTERNET DRAFT to be        NEWS                    sec. 5.1


     (perhaps) translate to and from the reader's time-
     zone.
[< Prev] [TOC] [ Next >]
#Diff to first older
NewerOlder
usefor-usefor May 2005
usefor-usefor April 2005
usefor-usefor November 2004
usefor-usefor September 2004
News Article Format and Transmission May 2004
News Article Format and Transmission November 2003
News Article Format June 2003
News Article Format April 2003
News Article Format February 2003
News Article Format August 2002
News Article Format May 2002
News Article Format November 2001
News Article Format July 2001
News Article Format April 2001
News Article Format February 2000
RFC 1036 December 1987

--- ../rfc1036/Date.out          December 1987
+++ ../s-o-1036/Date.out          June 1994
@@ -1,27 +1,107 @@
-2.1.2.  Date
+5.1. Date
 
-    The "Date" line (formerly "Posted") is the date that the message was
-    originally posted to the network.  Its format must be acceptable
-    both in RFC-822 and to the getdate(3) routine that is provided with
-    the Usenet software.  This date remains unchanged as the message is
-    propagated throughout the network.  One format that is acceptable to
-    both is:
-
-            Wdy, DD Mon YY HH:MM:SS TIMEZONE
-
-    Several examples of valid dates appear in the sample message above.
-    Note in particular that ctime(3) format:
-
-                Wdy Mon DD HH:MM:SS YYYY
-
-    is not acceptable because it is not a valid RFC-822 date.  However,
-    since older software still generates this format, news
-    implementations are encouraged to accept this format and translate
-    it into an acceptable format.
-
-    There is no hope of having a complete list of timezones.  Universal
-    Time (GMT), the North American timezones (PST, PDT, MST, MDT, CST,
-    CDT, EST, EDT) and the +/-hhmm offset specifed in RFC-822 should be
-    supported.  It is recommended that times in message headers be
-    transmitted in GMT and displayed in the local time zone.
+The  Date header contains the date and time when the article
+was submitted for transmission:
+
+     Date-content  = [ weekday "," space ] date space time
+     weekday       = "Mon" / "Tue" / "Wed" / "Thu"
+                   / "Fri" / "Sat" / "Sun"
+     date          = day space month space year
+     day           = 1*2digit
+     month         = "Jan" / "Feb" / "Mar" / "Apr" / "May" / "Jun"
+                   / "Jul" / "Aug" / "Sep" / "Oct" / "Nov" / "Dec"
+     year          = 4digit / 2digit
+     time          = hh ":" mm [ ":" ss ] space timezone
+     timezone      = "UT" / "GMT"
+                   / ( "+" / "-" ) hh mm [ space "(" zone-name ")" ]
+     hh            = 2digit
+     mm            = 2digit
+     ss            = 2digit
+     zone-name     = 1*( <ASCII printable character except ()\> / space )
+
+This is a restricted subset of the MAIL date format.
+
+If a weekday is given, it MUST be consistent with the  date.
+The  modern  Gregorian  calendar  is used, and dates MUST be
+consistent with its usual conventions; for example,  if  the
+month  is  May,  the day must be between 1 and 31 inclusive.
+The year SHOULD be given as four digits, and posting  agents
+SHOULD  enforce this; however, relayers MUST accept the two-
+digit form, and MUST interpret it  as  having  the  implicit
+prefix "19".
+
+     NOTE: Two-digit year numbers can, should, and must
+     be phased out by 1999.
+
+The time is given on  the  24-hour  clock,  e.g.  two  hours
+before  midnight  is  "22:00" or "22:00:00".  The hh must be
+between 00 and 23 inclusive, the mm between 0 and 59  inclu-
+sive, and the ss between 0 and 61 inclusive.
+
+     NOTE:  Leap  seconds  very  occasionally result in
+     minutes that are 61 or 62 seconds long.
+
+INTERNET DRAFT to be        NEWS                    sec. 5.1
+
+
+The date and time SHOULD be  given  in  the  poster's  local
+timezone,  including  a  specification of that timezone as a
+numeric offset (which SHOULD include the timezone name, e.g.
+"EST",  supplied  in  parentheses  like a MAIL comment).  If
+not, they MUST be given in Universal Time (abbreviated "UT";
+"GMT"  is a historical synonym for "UT").  The timezone name
+in parentheses, if present,  is  a  comment;  software  MUST
+ignore  it, except that reading agents might wish to display
+it to the reader.  Timezone names other than "UT" and  "GMT"
+MUST appear only in the comment.
+
+     NOTE: Attempts to deal with a full set of timezone
+     names have all foundered on  the  vast  number  of
+     such  names in use and the duplications (for exam-
+     ple, there are at least FIVE  different  timezones
+     called  "EST"  by somebody).  Even the limited set
+     of North American zone names authorized by MAIL is
+     subject to confusion and misinterpretation.  Hence
+     the flat ban on non-UT timezone  names  except  as
+     comments.
+
+     NOTE:  RFC 1036 specified that use of GMT (aka UT,
+     UTC) was preferred.  However, the local  time  (in
+     the  poster's timezone) is arguably information of
+     possible interest to the reader, and this requires
+     some indication of the poster's timezone.  Numeric
+     offsets are an unambiguous way of doing this,  and
+     their  use was indeed sanctioned by RFC 1036 (that
+     is, this is a change of preference only).
+
+     NOTE:  There  is  frequent  confusion,   including
+     errors  in  some news software, regarding the sign
+     of numeric timezones.   Zones  west  of  Greenwich
+     have  negative offsets.  For example, North Ameri-
+     can Eastern Standard Time is zone -0500 and  North
+     American Eastern Daylight Time is zone -0400.
+
+     NOTE:  Implementors  are  warned  that the hh in a
+     timezone can go up to about 14; it is not  limited
+     to  12.   This  is  because the International Date
+     Line does  not  run  exactly  along  the  boundary
+     between zone -1200 and zone +1200.
+
+     NOTE: The comments in section 2.6 regarding trans-
+     lation to other languages are relevant here.   The
+     Date-content format, and the spellings of its com-
+     ponents, as  found  in  articles  themselves,  are
+     always as defined in this Draft, regardless of the
+     language  used  to  interact  with   readers   and
+     posters.  Reading and posting agents should trans-
+     late  as  appropriate.   Actually,  even  English-
+     language  reading and posting agents will probably
+     want to do some degree of translation on dates, if
+     only   to   abbreviate   the  lengthy  format  and
+
+INTERNET DRAFT to be        NEWS                    sec. 5.1
+
+
+     (perhaps) translate to and from the reader's time-
+     zone.
 

Documents were processed to this format by Forrest J. Cavalier III