ocaml-rego: pluggable now_ns clock, snapshotted per query
Rego.engine takes an optional ?now_ns callback that supplies ns
since the Unix epoch; the default uses Unix.gettimeofday. Eio
callers can pass their clock there. Each call to eval/eval_query
snapshots the clock once into env.now_ns so multiple time.now_ns()
calls in one query return the same value.