Closed lread closed 3 months ago
@seancorfield do you have a preferred time lib? Or do you prefer Java interop? It does not look like clj-watson is doing anything terribly fancy or complex.
Plain Java interop ought to be fine. At work we replaced clj-time
usage with Java Time interop (although we went via clojure.java-time
in some places, but we've weaned ourselves off that too now).
Clj-watson is using clj-time, which has been deprecated.
Consider replacing.