links> var t1 = parseDate("2022-08-04 12:03:12");
t1 = 2022-08-04 12:03:12.000000+1 : DateTime
links> var t2 = forever;
t2 = infinity : DateTime
links> t2 == t1;
***: Runtime error: Comparing infinity with 2022-08-04 12:03:12.000000+1 which either does not make sense or isn't implemented.
links> t2 <> t1;
***: Runtime error: Comparing infinity with 2022-08-04 12:03:12.000000+1 which either does not make sense or isn't implemented.
links> t2 <= t1;
***: Runtime error: Comparing infinity with 2022-08-04 12:03:12.000000+1 which either does not make sense or isn't implemented.
Some comparisons with infinity give errors:
Other comparisons are OK: