-
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date sync with iOS 13.2 doesn't store in the data model #570
Comments
Hi @revdbrink, Thanks for reporting this, I'll see if I can reproduce it. |
@3lvis any news? Can you also reproduce this? |
@3lvis will there be a fix for this? |
Any news if you can reproduce this and there will be a fix? |
Thanks for your support in this library. It has been a while since I used CoreData in any of my projects and it's hard for me to maintain this library. If you have been part of the Sync contributors group and want to take ownership of the library let me know to [email protected]. For now, I'll be archiving this library. |
I use the current latest version 6.0.0 if I save an object with datastack.sync with date values in it to the core data model it works perfect with iOS 12. But the same code on an iOS 13.2 device he doesn't store the date in the database. The value is empty.
An example date which I use is "date" -> "2019-11-21T09:25:38+01:00"
The text was updated successfully, but these errors were encountered: