Re: [ClojureScript] [ANN] new Clojure(Script) Date/Time libraries based on java.time

2019-05-21 Thread Alan Thompson
Sounds great. I have often thought that something like this would be cool. Alan On Tue, May 21, 2019 at 5:24 AM Henry Widd wrote: > Hey everyone, > > > Java.time is a platform library which was introduced in Java 8 and is a > refinement of Joda Time (which the popular clj-time sits on). Now

[ClojureScript] [ANN] new Clojure(Script) Date/Time libraries based on java.time

2019-05-21 Thread Henry Widd
Hey everyone, Java.time is a platform library which was introduced in Java 8 and is a refinement of Joda Time (which the popular clj-time sits on). Now that there is also a Javascript implementation of java.time, it has been possible to create the following libraries: cljc.java-time