gitgabrio commented on code in PR #6614:
URL:
https://github.com/apache/incubator-kie-drools/pull/6614#discussion_r2889188854
##########
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/util/EvalHelper.java:
##########
@@ -190,6 +191,8 @@ public static PropertyValueResult getDefinedValue(final
Object current, final St
result =
BigDecimal.valueOf(dtAtMidnightUTC.toEpochSecond());
} else if (current instanceof ZonedDateTime) {
result = BigDecimal.valueOf(((ZonedDateTime)
current).toEpochSecond());
+ } else if (current instanceof CustomZonedDateTime) {
Review Comment:
@AthiraHari77 same as previous comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]