OSDN Git Service

Code modified to reject out of range day of month.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 15 Apr 1999 02:19:02 +0000 (02:19 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 15 Apr 1999 02:19:02 +0000 (02:19 +0000)
commite1a4ddeda84c94b60e288f27db6d7a9b8dcefbd2
tree8c4f93de0e891e11de3e1dc6868a9dded4da81e6
parent9f9823950a6908905ed4271d66cf69bb9fea8a36
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