Home | History | Annotate | Download | only in python2.7

Lines Matching refs:strptime

434         return time.strptime(self.value, "%Y%m%dT%H:%M:%S")
467 t = time.strptime(data, "%Y%m%dT%H:%M:%S")