예제 #1
0
파일: check.py 프로젝트: hut8labs/diffscuss
 def get(self):
     return "%s by %s" % (dates.parse_to_local_dt(self.last_comment_at),
                          self.last_comment_by)
예제 #2
0
파일: check.py 프로젝트: srdqty/diffscuss
 def get(self):
     return "%s by %s" % (dates.parse_to_local_dt(
         self.last_comment_at), self.last_comment_by)
예제 #3
0
파일: check.py 프로젝트: hut8labs/diffscuss
 def get(self):
     return dates.parse_to_local_dt(self.posted_at)
예제 #4
0
파일: check.py 프로젝트: srdqty/diffscuss
 def get(self):
     return dates.parse_to_local_dt(self.posted_at)