Hi, I'm just starting to get familiar with Kotlin ...
# multiplatform
k
Hi, I'm just starting to get familiar with Kotlin Multiplatform. Regarding
dates/times
, I'm currently using threeTenBP for both Android and Server. I'm curious, what is the approach for dealing with
DateTime
as its fairly complex with types ( LocalDate, LocalTime, LocalDateTime ) ? Thanks!
k