Fork me on GitHub
#datomic
<
2023-11-01
>
onetom11:11:57

(ion/cancel (anom ::anom/incorrect {:some/time (t/instant)}))
;; =>
;; Execution error (ExceptionInfo) at datomic.ion/cancel$throw-incorrect-anom (ion.clj:70).
;; Could not marshal data in cancel anomaly
what kind of marshaling does Datomic trying to do here? is it possible to extend that to handle java.time objects?