jeggy
02/21/2023, 12:25 PMLocalDateTime
which I want to serialize with yyyy-MM-dd HH:mm:ss
.Dmitry Khalanskiy [JB]
02/21/2023, 12:39 PMlocalDateTime.toString().replace("T", " ")
.jeggy
02/21/2023, 12:40 PMDmitry Khalanskiy [JB]
02/21/2023, 12:41 PMkotlinx-datetime
issue tracker. There are many issues regarding this, choose whichever you like! https://github.com/Kotlin/kotlinx-datetime/issues?q=is%3Aissue+is%3Aopen+label%3Aformattersjeggy
02/21/2023, 12:41 PM.replace
for now 👍