juxt

plins 2022-08-08T13:33:01.576619Z

what would be the tick’s equivalent of System.currentTimeMillis?

dharrigan 2022-08-08T13:42:39.445569Z

I don't believe there is a direct alternative. however the cookbook does recommend using Clocks instead of currentTimeMillis

dharrigan 2022-08-08T13:42:40.380429Z

plins 2022-08-08T13:43:06.748009Z

(inst-ms (tick/now)) seems to do the trick

dharrigan 2022-08-08T13:43:12.524139Z

👍