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

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__month_to_secs.c2 static const int secs_through_month[] = {0, 31 * 86400, 59 * 86400, 90 * 86400, local
5 int t = secs_through_month[month];

Completed in 23 milliseconds