Code modified to reject out of range day of month.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Thu, 15 Apr 1999 02:19:02 +0000 (02:19 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Thu, 15 Apr 1999 02:19:02 +0000 (02:19 +0000)
commitfbcaf6d5f8a2a15e45416b48973f4a5b1dc8f7e5
tree2a7ec142bfb5133efaf5bb3e7357dee0569b9acf
parent2896115e61bbb6295ee95a892fa18e3b7268ed56
Code modified to reject out of range day of month.
Previously, dates falling within Unix system time range were run through
 a call to localtime() to get the time zone, if it was not specified.
This had the effect that dates with DOMs which were larger than would be
 valid for that month were "rotated" into the following months.
src/test/regress/expected/datetime.out
src/test/regress/expected/horology.out