Fork me on GitHub
#cljs-dev
<
2020-12-29
>
mfikes18:12:34

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

slipset20:12:10

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

souenzzo22:12:18

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