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