Hey there! I was wondering, are there any best pra...
# announcements
g
Hey there! I was wondering, are there any best practices or "go-to" libraries for time and date in Kotlin? We're exclusively targeting JVM, and the common StackOverflow consensus seems to be "Just use the new Java 8 API". Does that sound reasonable or are there viable alternatives?
g
yes, it sounds reasonable, java.time is great API and all ad-hoc Kotlin implementations which I know are not mature and powerful enough (excluding some fancy Kotlin wrappers)
r
java.time
is nice