def get_advance_time(self): if not self.advance_call: return None return self.advance_call.getTime() - self.advance_call.seconds()