OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log_date_format
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine.py
78
log_date_format
= "%Y-%m-%d %H:%M:%S"
variable in class:QueueEngine
160
return "%s Sleeping until %s (%s)." % (message, wake_time.strftime(self.
log_date_format
), self.sleep_duration_text)
Completed in 2744 milliseconds