juxt

2021-11-26T15:36:18.004400Z

hmm... am I missing something, or is .until via java interop the best way to calculate an age with tick?

2021-11-26T16:14:01.004500Z

between is the fn to calculate time span between 2 dates

2021-11-26T17:51:49.004700Z

so something like this then?

(tick/units (tick/between #time/date "2024-01-01" #time/date "2042-03-21"));; => {:years 18, :months 2, :days 20}

2021-11-26T17:51:59.004900Z

thx!