Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py384 def xml_to_csv_time(xml_datetime):
390 xml_datetime The date in the following format: %Y%m%d
398 l_str = datetime.datetime.strptime(xml_datetime, "%Y%m%d %H:%M:%S.%f")
381 xml_to_csv_time(xml_datetime) global() argument