When comparing Numeric to Timestamp or Timespan it does not work to compare with the Numeric value first:
1 < Timespan(2)
1 < Timestamp(2)
but works in reverse
Timespan(2) > 1
Timestamp(2) > 1
It should work both ways.
Merged to master in 274a1e0
This passed CI awhile ago, resolving