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