cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
mfikes 2020-12-29T18:40:34.119300Z

It turns out that JavaScript's Date uses a proleptic Gregorian calendar, while Clojure's use of Date via #inst involves a hybrid Julian / Gregorian calendar. A hosty patch to fully embrace the JavaScript proleptic Gregorian calendar in ClojureScript is in https://clojure.atlassian.net/browse/CLJS-3291

slipset 2020-12-29T20:55:10.120900Z

I can’t really start to articulate how happy I am that you took over this bug.

souenzzo 2020-12-29T22:19:18.121600Z

@mfikes would be nice to see this as a part of EDN spec, then other implementations can do it too.