yellowfeather / DbfDataReader

DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files
MIT License
134 stars 61 forks source link

Move subtract into AddDays #196

Closed cjjohna closed 1 year ago

cjjohna commented 1 year ago

Dates greater than 5286-11-22 will cause an OutOfRange exception. Moving the subtraction into the AddDays so large dates don't cause the exception