borgeby / jarl

Jarl is an Open Policy Agent (OPA) evaluator for the JVM and Javascript, written in Clojure(Script)
Apache License 2.0
41 stars 5 forks source link

Rewrite time built-in functions to use the tick library #133

Closed anderseknert closed 2 years ago

anderseknert commented 2 years ago

The tick library (which is based on the lower-level cljc.java-time) seems to provide a great abstraction for dealing with time across both Clojure and Clojurescript, and should a clear improvement over what we currently have (which is Clojure only, and rather hacky).