Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图将#inst“2016-08-15T14:00:00.000-00:00”转换为#object[org.joda.time.DateTime 0x1d4c2099“2016-08-15T20:47:52.658Z”]。
我正在尝试这样做以将(t/分钟持续时间)添加到我的时间/日期!
有没有办法在clojure中将瞬间转换为joda时间?
也许(clj-time.coerce/to-date-time my-inst)会成功?coerce 命名空间有一堆用于在类型之间移动的助手。
(clj-time.coerce/to-date-time my-inst)