Searched refs:date_str (Results 1 – 4 of 4) 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 22 if isinstance(date_str, list): 24 for date in date_str: 30 return datetime.strptime(date_str, date_format).strftime(
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 381 def _normalize_input_date(date_str,default): argument 382 date_str=re.sub('/', '-', date_str) 385 date_in = datetime.strptime(date_str, "%d-%m-%Y") 389 date_in = datetime.strptime(date_str, "%d-%m-%y")
|
/openbmc/linux/lib/ |
H A D | vsprintf.c | 1819 char *date_str(char *buf, char *end, const struct rtc_time *tm, bool r) in date_str() function 1891 buf = date_str(buf, end, tm, raw); in rtc_str()
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 300 date_str, date_epoch, etc.).
|