def end_ts(self): return dt_to_ts(timezone.localtime(self.end))
def start_ts(self): return dt_to_ts(timezone.localtime(self.start))