예제 #1
0
 def howLongAgo(self):
     return humanizeTimeDiff(self.timestamp) # Human readable string
예제 #2
0
 def howLongAgo(self):
     return humanizeTimeDiff(self.timestamp)