def job_timestamp()

in scripts/metric_reporter/parser/base_parser.py [0:0]


    def job_timestamp(self) -> str:
        """Timestamp for the artifact job."""
        return datetime.fromtimestamp(self.epoch, tz=timezone.utc).strftime(DATETIME_FORMAT)