Searched refs:_TIME_FORMAT (Results 1 – 2 of 2) sorted by relevance
21 _TIME_FORMAT = '%Y-%m-%d %H:%M:%S' variable in firmware_EventLog39 timestamp = time.strptime(time_string, self._TIME_FORMAT)53 'date +"%s"' % self._TIME_FORMAT)[0]55 return time.strptime(time_string, self._TIME_FORMAT)
18 _TIME_FORMAT = '%d %b %Y %H:%M:%S' # Human-readable time format for logs variable298 f.write('%s: Starting btmon\n' % time.strftime(_TIME_FORMAT))323 f.write('%s: %s\n' % (time.strftime(_TIME_FORMAT), message))332 f.write('%s: %s\n' % (time.strftime(_TIME_FORMAT), message))