Closed rexmac closed 5 years ago
Fix isLessThan* functions to return false for dates in the future.
isLessThan*
false
Future dates cause the time diff to be negative which always passes the isLessThan* conditions.
We should add a changelog entry.
🤦♂ Doh! I always forget those! Will add.
Fix
isLessThan*
functions to returnfalse
for dates in the future.Future dates cause the time diff to be negative which always passes the
isLessThan*
conditions.