Example #1
0
 def formatETA(self):
     """ formats eta to readable format """
     return format_time(self.getETA())
Example #2
0
 def formatWait(self):
     """ formats and return wait time in humanreadable format """
     return format_time(self.waitUntil - time())