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
Question
I have my own implementation of DataTime class, called TimeWithTimeZone, I need it to save dates with different time zone offsets.
I have many adapters in my project and TimeWithTimeZoneAdapter is only one of them..
The problem is that when I’m saving TimeWithTimeZone object, it’s not calling write method, but saving it as DateTime
Question
I have my own implementation of DataTime class, called TimeWithTimeZone, I need it to save dates with different time zone offsets.
I have many adapters in my project and TimeWithTimeZoneAdapter is only one of them..
The problem is that when I’m saving TimeWithTimeZone object, it’s not calling write method, but saving it as DateTime
Code sample
Version
The text was updated successfully, but these errors were encountered: