I can save DATE with core data and all operation is working fine.
I can not save DATE as string as my fetch request will have filters on a DATE column.
Sqlite has a support of DateTime datatype but unfortunately, I can't save my IOS current dateTime. Any Suggestion?