Dgraph4j datetime problem

The DgraphProto.Value proto representation dgraph expects for date values is Unix epoch time as Long (so 1136214246L in your case). This is different than what the JSON representation should be for the same value which is an RFC 3339 format String.