C'était probablement un bogue dans mon code ou le pilote mongo. Maintenant, ce qui suit fonctionne très bien :
db.collection.insert({d: new Date()});
Prise en charge des horodatages décrite ici :http://mongodb. github.com/node-mongodb-native/api-bson-generated/timestamp.html .