Home
last modified time | relevance | path

Searched refs:date_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/ffdc/plugins/
H A Ddate_time_utils.py10 def convert_string_dateime(date_str, date_format, desired_format): argument
34 if isinstance(date_str, list):
36 for date in date_str:
42 return datetime.strptime(date_str, date_format).strftime(
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py380 def _normalize_input_date(date_str,default): argument
381 date_str=re.sub('/', '-', date_str)
384 date_in = datetime.strptime(date_str, "%d-%m-%Y")
388 date_in = datetime.strptime(date_str, "%d-%m-%y")
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md293 date_str, date_epoch, etc.).