datahike

awb99 2026-06-07T13:57:01.073209Z

A time type idea: :db.type/instant is using the old java.util.Date api. There is java.time.Instant which behaves very similar, has higher precision and is supposed to have superseeded java.util.Date. I wonder if it would make sense to add :db.type/instant2 to add support to this type.