This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-25
Channels
- # announcements (1)
- # beginners (6)
- # calva (23)
- # cider (43)
- # clj-kondo (2)
- # cljdoc (22)
- # cljsrn (4)
- # clojure (35)
- # clojure-dev (1)
- # clojure-france (1)
- # clojure-italy (16)
- # clojure-uk (10)
- # clojurescript (1)
- # data-science (1)
- # emacs (6)
- # fulcro (5)
- # graalvm (4)
- # jobs-discuss (28)
- # off-topic (29)
- # pedestal (11)
- # planck (31)
- # prelude (1)
- # reitit (2)
- # vim (1)
bones08:05:14
Thanks for your reply @lilactown. So, if not how I described, how does tools.cli
work with cljs?
bones08:05:34
How do I pass my namespace to cljs.main
? Am I reading https://github.com/clojure/tools.cli/blob/master/README.md correctly that tools.cli
now supports cljs?
ho0man13:05:33
Hi, how can I parse a datetime string like this one 2019-05-25T07:55:41.173+0000
using clojure.java-time
?
bartuka14:05:31
I think the only problem with your string is the end of it.. java-time
is expecting something like +00:00
instead of +0000