Searched refs:utc_seconds (Results 1 – 2 of 2) sorted by relevance
67 time_t utc_seconds = mktime(localtime(&t)); in check_authentication() local68 if ( (utc_seconds - ts) > 10 || (utc_seconds - ts) < -10 ) { in check_authentication()283 time_t utc_seconds = mktime(localtime(&t)); in encode_auth_setting() local294 snprintf(text, text_len, auth_text_format, username, password, utc_seconds); in encode_auth_setting()
289 using utc_seconds = utc_time<seconds>; // C++20