juxt

rende11 2022-09-21T19:04:08.724559Z

Why I cannot format tick/instant?

imre 2022-09-21T19:06:01.172319Z

My gut feeling is that you need to provide a timezone somehow

rende11 2022-09-21T19:31:16.423589Z

(tick/format (tick/formatter "yyyy") (tick/instant (tick/in (tick/date-time "2022-09-08T20:26") (tick/zone))))
Like this? It doesn't works

imre 2022-09-21T19:34:39.201639Z

Does this work? (tick/format :iso-instant (tick/instant))

imre 2022-09-21T19:35:58.065579Z

And does this? (tick/formatter "yyyy")

rende11 2022-09-21T20:18:44.612969Z

Oh, looks like I found something useful )

imre 2022-09-21T20:21:44.850189Z

ah, that is really nice!