I\'ve been trying to find a way to create an ISODate object whith pyMongo client, but without any success so far.
I use http://pypi.python.org/pypi/pymongo3 client,
result = db.objects.insert_one( {"last_modified": datetime.datetime.utcnow()})
Here utc stands for Universal Time Coordinates.