Are there any disadvantages to storing dates as integers (timestamps) in MongoDB rather than its MongoDate format?
Because I'm having problems with Zend Framework and Doctrine ODM to read the data, since I get them returned as an array as DateTime object. Internally MongoDB seems to save them as Timestamps, but has its own object for it.