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
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! ^_^
The text was updated successfully, but these errors were encountered:
Can you please make up a sample testsuite that has this problem and I will try to look into it. I would also suggest posting to the Robotframework users group to see if anyone there can help out.
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! ^_^
The text was updated successfully, but these errors were encountered: