Exemplo n.º 1
0
 def end_ts(self):
     return dt_to_ts(timezone.localtime(self.end))
Exemplo n.º 2
0
 def start_ts(self):
     return dt_to_ts(timezone.localtime(self.start))