Lines Matching defs:time_started
1850 time_started: date and time the task started1867 time_started = dbmodels.DateTimeField(null=True, blank=True)1900 return self.time_started1935 self.time_started = datetime.now()1948 if self.time_started: