Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_sel.c2707 const char * time_format = "%m/%d/%Y %H:%M:%S"; in ipmi_sel_set_time() local
2719 if (strptime(time_string, time_format, &tm) == 0) { in ipmi_sel_set_time()