def getTime(self): """ Returns: 13:31:44.083426 """ dateAndTime = str(datetime.datetime.now()).split(' ') return dateAndTime[1]