Searched refs:month (Results 1 – 4 of 4) sorted by relevance
35 int month; in get_y_m_d() local46 month = strtol(date_str, &endptr, 10); in get_y_m_d()51 if ((month < 1) || (month > 12)) { in get_y_m_d()70 t->tm_mon = month - 1; in get_y_m_d()
33 The month the image was compiled, such as 5 (May)38 The day of the month the image was compiled, such as 9
100 20:16 = Day of month (1..31)
258 p_date_time->month = net_buf_simple_pull_u8(buf); in date_time_decode()
Completed in 17 milliseconds