Converting Rules DSL to JSRule (ecma2021) datatype problems

It works - thanks. So no core change needed then?

1 Like

No, no core change needed.
But maybe would be nice anyway to have core accept ZonedDateTime although it is not required here.

Yes it does. I’ve been having people convert to a LocalDateTime before calling toString() which strips the timezone (which is the troublesome part) and the system timezone is assumed.

I just saw the notification from GitHub that you fixed that too. :partying_face:

1 Like