You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: reverse and extend Timestamp constructor arguments MONGOSH-930 (#1049)
- Accept a `Timestamp({ t: <number>, i: <number> })` signature
- Reverse the order of arguments when two arguments are passed,
i.e. `Timestamp(t, i)` instead of `Timestamp(i, t)`, to match
the legacy shell
- Print Timestamps using the `Timestamp({ t, i })` format
This should land together with the corresponding BSON package PR,
mongodb/js-bson#449.
0 commit comments