How to resolve date in android kotlin
In my android app, I have a model with an attribut Date(). But when aI create this model, the date is creating with -2u. I have tried to resolve this with a method to change the time zone from GMT to UTC.
In my android app, I have a model with an attribut Date(). But when aI create this model, the date is creating with -2u. I have tried to resolve this with a method to change the time zone from GMT to UTC.