def convert_ndb_datetime_property(ndb_prop, registry=None): return Field(DateTime, description=ndb_prop._name)