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 <img width="726" alt="captura de tela 2017-01-07 as 20 11 51" src="https://cloud.githubusercontent.com/assets/6548984/21745553/99d57124-d515-11e6-9eb6-27a8bbfb2220.png"> PARSE SERVER BROWSER <img width="451" alt="captura de tela 2017-01-07 as 20 12 02" src="https://cloud.githubusercontent.com/assets/6548984/21745556/9dfa88ac-d515-11e6-9f93-f59af8c833f7.png"> Thank you