Searched refs:real_month (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_time.c205 int real_month = xt.tm_mon + 1; local
211 *date_str++ = real_month / 10 + '0';
212 *date_str++ = real_month % 10 + '0';

Completed in 472 milliseconds