Exemplo n.º 1
0
 def howLongAgo(self):
     return humanizeTimeDiff(self.timestamp) # Human readable string
Exemplo n.º 2
0
 def howLongAgo(self):
     return humanizeTimeDiff(self.timestamp)