Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Deventlog.c56 char tm_string[40]; in eventlog_print_timestamp() local
64 snprintf(tm_string, sizeof(tm_string), "%02x-%02x-%02x %02x:%02x:%02x", event->year, in eventlog_print_timestamp()
67 if (strptime(tm_string, tm_format, &tm) == NULL) { in eventlog_print_timestamp()
87 strftime(tm_string, sizeof(tm_string), "%Y-%m-%d %H:%M:%S%z", tmptr); in eventlog_print_timestamp()
89 eventlog_printf("%s", tm_string); in eventlog_print_timestamp()