rule "cannot add dates"
when
    now() + now() == now()
end