Simple demonstration on how to automatically convert Dgraph's DateTime strings to native python
datetime objects. This example expands on the simple.py
demonstration. It uses a JSON custom
object hook which iterates
over the return object. You can explore the source code in the parse_datetime.py
file.
The conditions for running this example are the same as described in the simple example.