Home
last modified time | relevance | path

Searched refs:tdate (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dhttp-support.c802 struct tm tdate; /* UNIX date/time data */ in httpGetDateString2() local
805 gmtime_r(&t, &tdate); in httpGetDateString2()
807 …2d GMT", http_days[tdate.tm_wday], tdate.tm_mday, http_months[tdate.tm_mon], tdate.tm_year + 1900,… in httpGetDateString2()