I am trying to calculate the difference between two instances of DateTime using clj-time . I looked through the documentation and found clj-time.core/minus and clj-time.core/minus- , but both require an instance of org.joda.time.ReadablePeriod , not one of DateTime . I would prefer to use cli-time, but if there is no solution, what would be the cleanest method for computing delta using Joda Time?
Thanks for the help.
source share