I feel like im just getting used to java.time, but...
# random
c
I feel like im just getting used to java.time, but I guess i should look at kotlinx.datetime
a
Kotlinx datetime mainly seems to be made for multiplatform use, the actual api is hardly any different from java.time
K 1
1
s
With the exception of not having a
ZonedDateTime
, at least for now. IIRC, that was by design, but I also seem to remember seeing a discussion about adding it. But I'm too lazy to look for it.
👀 1