We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5c266 commit 4770c03Copy full SHA for 4770c03
src/lambdaisland/deep_diff/printer.cljc
@@ -72,7 +72,7 @@
72
(format ".%09d-00:00" (.getNanos ^Timestamp %)))
73
:cljs (fn [input-date]
74
(let [dt (from-date input-date)]
75
- (cljs-time.format/unparse thread-local-utc-timestamp-format dt))))))
+ (cljs-time.format/unparse thread-local-utc-timestamp-format dt)))))) ;;TODO format ".%09d-00:00"
76
77
(def ^:private print-calendar
78
(puget/tagged-handler
@@ -136,8 +136,8 @@
136
;; 'java.sql.Timestamp
137
;; print-timestamp
138
139
- #?(:clj java.util.UUID
140
- :cljs uuid?)
+ #?(:clj 'java.util.UUID
+ :cljs 'cljs.core.uuid)
141
(tagged-handler 'uuid str)}
142
143
(defn- print-handler-resolver [extra-handlers]
0 commit comments