json-logic-java icon indicating copy to clipboard operation
json-logic-java copied to clipboard

Date Comparator Difference: JsonLogic Web vs. Java SDK.

Open chenhbc opened this issue 2 years ago • 0 comments

When using JsonLogic, I noticed that there are differences between using the Java SDK and the Web playground. For example, in the web version, I can get a result of true. However, when using the Java SDK, I observed that dates are being converted to numbers, leading to an exception. Why does this situation occur? Is it only possible to convert dates to timestamps in Java?

  • The result execute from Web image

  • The execute process from Java SDK image

chenhbc avatar Oct 09 '23 04:10 chenhbc