Undo whitespace changes, add comment.

This commit is contained in:
Andy Reagan
2021-12-03 11:33:27 -05:00
parent 0a012235e8
commit c6ab656741

View File

@@ -894,6 +894,8 @@ mdb_date_to_tm(double td, struct tm *t)
long yr, q;
const int *cal;
// if you want to limit 1900--2700, do this
// but it's not necessary
// if (td < 0.0 || td > 1e6) // About 2700 AD
// return;