Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c485 struct tm *tm2; in os_gmtime() local
488 tm2 = gmtime(&t2); in os_gmtime()
489 if (tm2 == NULL) in os_gmtime()
491 tm->sec = tm2->tm_sec; in os_gmtime()
492 tm->min = tm2->tm_min; in os_gmtime()
493 tm->hour = tm2->tm_hour; in os_gmtime()
494 tm->day = tm2->tm_mday; in os_gmtime()
495 tm->month = tm2->tm_mon + 1; in os_gmtime()
496 tm->year = tm2->tm_year + 1900; in os_gmtime()