I am trying to use the Drools Fusion temporal operators before, after, and coincides but I keep getting the error:
Conversion to long not supported from java.time.ZonedDateTime
In my objects, the times I am comparing are ZonedDateTime. Does Drools require time variables be a specific type? What does the error mean by conversion to long?
I have tried using .isBefore() and .isAfter() but it seems Drools does not recognize these functions.