Пример #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))