Hi, I am deserializing the date and time(UTC) from...
# react
s
Hi, I am deserializing the date and time(UTC) from api in LocalDateTime from kotlix.datetime, can someone suggest me how do I convert this to user’s local browser date time using kotlinx.datetime itself and not converting LocalDateTime to javascript date (kotlin.js.Date)?
t
LocalDateTime
is serializable by default. No problems expected