Searched refs:date_str (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | date_time_utils.py | 10 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 D | views.py | 380 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 D | CONTRIBUTING.md | 293 date_str, date_epoch, etc.).
|