def __call__(self, v): try: d = datetime_from_iso_str(v) except: raise self.error()
def transform(self,v): return datetime_from_iso_str(v)