juxt 2022-08-08

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

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

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