MongoDB shell error converting millisecs integer to microseconds and then to Date field
Want to pass an integer holding microseconds since Epoch, to MongoDB shell's (version ~ 4.2) Date function to obtain a date. I understand MongoDB Date can take as argument, integer of milliseconds not microseconds, so need to convert from micro…