Fork me on GitHub
#babashka-sci-dev
<
2022-06-18
>
ambrosebs03:06:37

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! 

borkdude05:06:18

Just by adding it to impl/classes

ambrosebs14:06:04

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