How do I write a mongodb shell query that will return the documents (or just document ids) for all objects created after a specific date? I see examples like the following...
But they just return the timestamp, I want to query based on a timestamp. I don't think the logic is as easy as looking for objects higher than a specific objectid, because if mongodb is sharded, then there are multiple servers creating objects.