What is the recommended API to use If I need to co...
# android
j
What is the recommended API to use If I need to convert a UTC date/timestamp like “2021-03-04T230000Z” to a local date in kotlin? • Threeten • java 8 with desugaring • Kotlin time/duration api
d
Library desugaring is your best bet
t
heres what becomes available through Java 8 + Desugaring