| (If it turns out our uses are simple enough, might want to just drop the extra dependency instead of migrating to the new wrapper.) From https://github.com/clj-time/clj-time#clj-time---: A date and time library for Clojure, wrapping the Joda Time library. The Joda Time website says:
Note that from Java SE 8 onwards, users are asked to migrate to java.time (JSR-310) - a core part of the JDK which replaces this project.
If you are using Java 8 or later, consider using the built-in Java Time instead of Joda Time – and look at clojure.java-time if you want a Clojure wrapper for that. See Converting from Joda Time to java.time for more details about the similarities and differences between the two libraries. |