Searched refs:thentime (Results 1 – 1 of 1) sorted by relevance
280 struct tm thentime; in parse_time() local342 if (derive_date(str, &thentime)) in parse_time()349 thentime.tm_sec = 0; in parse_time()350 thentime.tm_min = 0; in parse_time()351 thentime.tm_hour = 0; in parse_time()352 m_after = local_to_gm(&thentime); in parse_time()355 m_after = local_to_gm(&thentime); in parse_time()357 m_before = local_to_gm(&thentime); in parse_time()