Searched refs:months (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__secs_to_tm.c15 int months; local
64 for (months = 0; days_in_month[months] <= remdays; months++)
65 remdays -= days_in_month[months];
71 tm->tm_mon = months + 2;

Completed in 24 milliseconds