Home
last modified time | relevance | path

Searched refs:last_updated (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-webui/app/common/services/
H A DdataService.js19 this.last_updated = new Date();
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1630 last_updated = models.DateTimeField(null=True, default=None) variable in CustomImageRecipe
1655 if target.build.completed_on == self.last_updated:
1679 self.last_updated = target.build.completed_on