Realm Kotlin SDK - Incorrect Date Value

I’m experimenting with Realm Sync, and I’ve successfully inserted a document. However the date is not correct. I don’t see the correct date, instead I’m seeing “0001-01-01T00:00:00.000+00:00”. I’m not sure why. From the Android/Kotlin part, I’m just using this code to add the date: Calendar.getInstance().time

Any solution for properly handling the date?