-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Browser Module, Embedded Shell
-
None
-
3
If we can, print Date objects in a way that can be copied back into the shell, like we do for BSON objects. This might be tricky because Node.js's util.inspect() ignores a custom inspection function for built-in objects like Dates or RegExps. inspect doesn’t work, but util.inspect.custom does. Yay for that.
- clones
-
MONGOSH-723 Try to print Date objects in copy-pastable form
- Closed