-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.4.1
-
Component/s: Shell
-
None
-
ALL
> db.tx.save(
{a: new Timestamp()})
> db.tx.find()
{ "_id" : ObjectId("519a9e5b0321830334ee4ca3"), "a" :
}
Instead the output should be either:
- { "$ts" : 1369087579 , "$inc" : 1}
- Timestamp(1369087579, 1)
- whatever mongoexport uses
- duplicates
-
SERVER-6079 v8 and spidermonkey handle Timestamps differently
- Closed