You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ replacement for clj-time.
10
10
Based on `java.time` (on the JVM) and `js-joda` (on JavaScript
11
11
runtimes).
12
12
13
-
For a cross-platform library using Javascript's modern date-time API https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal], see https://github.com/henryw374/tempo[Tempo]
13
+
For a cross-platform library using Javascript's modern date-time API https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal], see https://github.com/henryw374/chronos[Chronos]
14
14
15
15
See https://www.youtube.com/watch?v=UFuL-ZDoB2U[Henry Widd's talk at Clojure/North 2019] for more background & rationale.
16
16
@@ -31,7 +31,7 @@ See https://www.youtube.com/watch?v=UFuL-ZDoB2U[Henry Widd's talk at Clojure/Nor
31
31
32
32
* If working in a Javascript environment then one should be aware that the legacy Date API is https://maggiepint.com/2017/04/09/fixing-javascript-date-getting-started/[flawed]
33
33
* Either tick or https://github.com/henryw374/cljc.java-time[cljc.java-time] (which underpins tick) are sane alternatives to js/Date. The JS build size https://widdindustries.com/blog/clojurescript-datetime-lib-comparison.html[will likely not adversely affect your users] and if you already know java.time then your knowledge will carry over.
34
-
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal] is the native JS replacement for the legacy Date (similar to how java.time was on the JVM). It has some overlap with java.time but also some significant differences. Please see the https://github.com/henryw374/tempo[Tempo] library for an alternative to tick with uses that.
34
+
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal] is the native JS replacement for the legacy Date (similar to how java.time was on the JVM). It has some overlap with java.time but also some significant differences. Please see the https://github.com/henryw374/chronos[Chronos] library for an alternative to tick with uses that.
0 commit comments