Searched refs:tm (Results 1 – 2 of 2) sorted by relevance
79 struct tm timeNow; in Write()
1397 struct tm *tm; in getTime() local1399 tm = localtime(&tt); in getTime()1400 rkTime.year = tm->tm_year + 1900; in getTime()1401 rkTime.month = tm->tm_mon + 1; in getTime()1402 rkTime.day = tm->tm_mday; in getTime()1403 rkTime.hour = tm->tm_hour; in getTime()1404 rkTime.minute = tm->tm_min; in getTime()1405 rkTime.second = tm->tm_sec; in getTime()