You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a date in a format like this "2021-03-26 22:02:53" from the API which is not ISO format, and I created a custom serializer for it but I am getting an error.
I also do not want to use ISO format, and I want to send back the date as "yyyy-mm-dd hh:mm:ss".
Since We can not use Java.Date in Kotlin multiplatform, what is the proper solution to serialize date format like this?