Fork me on GitHub
#juxt
<
2022-08-22
>
Nikolas Pafitis16:08:47

In tick is it possible to convert an integer representing a timestamp to an inst?

R.A. Porter16:08:42

(t/inst (t/instant (System/currentTimeMillis))) (you'd sub in your millis for currentTimeMillis)