-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Major Change
-
ALL
http://www.mongodb.org/display/DOCS/Mongo+Extended+JSON
Current output:
{"t": <t>, "i": <i>}Expected output:
Strict:
{ "$timestamp" :
}
Non strict:
Timestamp( <t>, <i> )
- is related to
-
SERVER-7718 Timestamp constructor in shell should take seconds instead of milliseconds
- Closed
- related to
-
SERVER-8639 toJson produces incorrect shell TimeStamp constructor declaration
- Closed