• Thomas G. Lockhart's avatar
    Code modified to reject out of range day of month. · e1a4dded
    Thomas G. Lockhart authored
    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.
    e1a4dded
datetime.out 30.7 KB