babashka-sci-dev

2022-06-18T03:02:37.762759Z

I'm getting a "not allowed" exception from trying to call https://docs.oracle.com/javase/8/docs/api/java/time/zone/ZoneRules.html#getOffset-java.time.Instant- method from clojure.java-time, how do I change babashka to support it?

Method getOffset on class java.time.zone.ZoneRules not allowed! 

borkdude 2022-06-18T05:56:18.426769Z

Just by adding it to impl/classes

2022-06-18T14:56:04.033959Z

Doh, got mixed up with similar names. Good to know, thanks!