asami

zeitstein 2021-11-12T15:17:43.112Z

I'm looking to identify the last modified time for an entity. Looking at the database, I see I can obtain :t for each datom associated to an entity and I can associate :t to the :timestamp key of the database, giving me what I want. Is there a smarter way to 'convert' :t to :timestamp?

quoll 2021-11-12T18:49:13.112900Z

That's exactly how it's supposed to be done (I followed Datomic here)

quoll 2021-11-12T18:49:37.113500Z

The API may need to be improved there though

zeitstein 2021-11-12T19:41:43.113700Z

Thanks!