Searched refs:days_before (Results 1 – 2 of 2) sorted by relevance
263 static const gint days_before[] = in mktime_utc() local275 retval += days_before[tm->tm_mon] + tm->tm_mday - 1; in mktime_utc()
441 static const gint days_before[] = in mktime_utc() local451 retval += days_before[t->wMonth-1] + t->wDay - 1; in mktime_utc()