**Describe the bug** The type checker flags addition and subtraction on `datetime` values as errors. **To Reproduce** ``` datetime hoi = now(); datetime doei = now(); datetime added = hoi + doei; datetime subtracted = doei - hoi; ``` **Screenshots** 