Skip to content
Snippets Groups Projects
Commit e1a4dded authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

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.
parent 9f982395
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment