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

Use tick library for time #143

Closed anderseknert closed 2 years ago

anderseknert commented 2 years ago

This provides a unified way of dealing with time for both clj and cljs. As an added bonus, this allowed removing some node-specific helpers as well.

Resolves #133

Signed-off-by: Anders Eknert anders@eknert.com