Code modified to reject out of range day of month.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: e1a4ddeda84c94b60e288f27db6d7a9b8dcefbd2
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1999-04-15T02:19:02Z
Releases: 7.1.1
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.

Files