Stop using Datetime objects in MongoDB
Turns out this is very slow, and the code written so far only accidentally works.
Timestamps should be saved as milliseconds since epoch and converted to momentjs objects on retrieval.
Turns out this is very slow, and the code written so far only accidentally works.
Timestamps should be saved as milliseconds since epoch and converted to momentjs objects on retrieval.