apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

It shouldn't be possible to add\subtract a DateTime with a number #1345

Closed yesamer closed 1 month ago

yesamer commented 3 months ago

According to the TCK tests, an Add\Substract operation between a DateTime with a number should result to an error

@"2021-01-01T10:10:10" + 10

Currently, the engine returns "2021-01-111T10:10:10"

Please notice, 10 + @"2021-01-01T10:10:10" works correctly (it returns an error)

yesamer commented 2 months ago

//cc @bncriju