tick
tick copied to clipboard
duration multiply is missing
I think this is missing in tick: I have a duration of 100 days, and want to double it. This is what I ended up with:
(cljc.java-time.duration/multiplied-by (tick/new-duration 100 :days) 2)
I am saying this, because for division tick has an api.