Is there a serializer which can take an epoch offset and construct an Instant? I’m not seeing one. Should be pretty trivial to write myself, but I just wanted to make sure.
c
curioustechizen
08/08/2023, 1:48 PM
Are you looking for a way to construct an Instant from epochMillis?
k
kevin.cianfarini
08/08/2023, 1:56 PM
Epoch seconds actually. Constructing it is easy, but I was looking for an out of the box serializer. I just wrote my own instead.