Lines Matching refs:now_time
228 time_t now_time = time(NULL);229 struct tm gm = *(gmtime(&now_time));230 struct tm local = *(localtime(&now_time));