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! Just by adding it to impl/classes
Doh, got mixed up with similar names. Good to know, thanks!