예제 #1
0
 def end_ts(self):
     return dt_to_ts(timezone.localtime(self.end))
예제 #2
0
 def start_ts(self):
     return dt_to_ts(timezone.localtime(self.start))