def start_time(self, time_part=time.min): return datetime.combine(self.start_date, time_part).replace(tzinfo=timezone.utc)