Right now the dates exported by the archive processor are stored as strings in ISO8601. They should use this syntax: ``` json { "created_at": {"$date": "2012-01-01T15:00:00.000Z"} } ``` instead of: ``` json { "created_at": "2012-01-01T15:00:00.000Z"} ```