I'd like to insert documents like:
{"crash_no":123,"msg":"test for time","time":datetime.datetime.now()}
But it seemed that datetime.datetime.now() function will serialize fail as json.loads not supported.How can I insert documents with time in ISOdate format?
BTW, I find out there is no aggregate function?Will this function be developed some time?That will be great! ^_^