Skip to content
Snippets Groups Projects
Commit 26e5ff06 authored by Simon Belak's avatar Simon Belak
Browse files

Explicitly cast to long [ci druid]

parent 4df7d4aa
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@
java.util.Date (->date [this] this)
DateTime (->date [this] (t.coerce/to-date this))
Long (->date [^Long this] (java.util.Date. this))
Integer (->date [^Integer this] (java.util.Date. this)))
Integer (->date [^Integer this] (java.util.Date. (long this))))
(deffingerprinter :type/DateTime
((map ->date)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment