Searched refs:thentime (Results 1 – 1 of 1) sorted by relevance
282 struct tm thentime; in parse_time() local344 if (derive_date(str, &thentime)) in parse_time()351 thentime.tm_sec = 0; in parse_time()352 thentime.tm_min = 0; in parse_time()353 thentime.tm_hour = 0; in parse_time()354 m_after = local_to_gm(&thentime); in parse_time()357 m_after = local_to_gm(&thentime); in parse_time()359 m_before = local_to_gm(&thentime); in parse_time()