Searched refs:now_time (Results 1 – 1 of 1) sorted by relevance
228 time_t now_time = time(NULL); in sms_timestamp_now() local229 struct tm gm = *(gmtime(&now_time)); in sms_timestamp_now()230 struct tm local = *(localtime(&now_time)); in sms_timestamp_now()