Home
last modified time | relevance | path

Searched refs:date_str (Results 1 – 4 of 4) 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
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 Dviews.py381 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 Dvsprintf.c1819 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 DCONTRIBUTING.md300 date_str, date_epoch, etc.).