|
|
|
|
|
by mathias_10gen
5569 days ago
|
|
Actually the _id is usually created client-side so the timestamp will reflect when the application created the object rather than when it was processed by the DB. The only major exception is when the DB creates the _id for an upsert. |
|