Hi,
When i migrate my data to a mongoDB database with Parse Server open source, the columns with and Array of NSDate are not migrate as expected.
They are migrated as an Array of NSString containing the date as yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
My app crashes when try to handle this new Array since they are not NSDate anymore, and became NSString.
Here are images to explain what im talking about:
PARSE.COM OLD BROWSER

PARSE SERVER BROWSER

Thank you