]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc fix for DATE_AND_TIME
authorCraig Burley <craig@jcb-sc.com>
Fri, 26 Feb 1999 13:01:38 +0000 (13:01 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Fri, 26 Feb 1999 13:01:38 +0000 (08:01 -0500)
From-SVN: r25464

gcc/f/ChangeLog
gcc/f/intdoc.in

index 3bded3a7fcb80737303c0383f6787629b728f6ab..814b7070ef2d8a601ee01aa081061367c80d2795 100644 (file)
@@ -1,3 +1,8 @@
+1999-02-26  Craig Burley  <craig@jcb-sc.com>
+
+       * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
+       seconds, and VALUES(8), therefore, the milliseconds.
+
 1999-02-26  Craig Burley  <craig@jcb-sc.com>
 
        * bugs.texi: Mention bugs known fixed in egcs 1.2 as of now.
index 385df02e1d210d2854b12343bbe6f043c9fc1d79..697e1ec1335ce3c5c75e3cf4ba11c5dd397bf019 100644 (file)
@@ -2503,7 +2503,8 @@ The difference between local time and UTC (GMT) in the form @var{Shhmm}:
 sign, hours and minutes, e.g.@: @samp{-0500} (winter in New York);
 @item @4@
 The year, month of the year, day of the month, time difference in
-minutes from UTC, hour of the day, minutes of the hour and milliseconds
+minutes from UTC, hour of the day, minutes of the hour, seconds
+of the minute, and milliseconds
 of the second in successive values of the array.
 @end table