Lines Matching refs:date
219 /* Write the current date/time per RFC */225 struct tm *date;229 date = gmtime(&t);230 if (date == NULL)233 &weekday_str[date->tm_wday * 4], date->tm_mday,234 &month_str[date->tm_mon * 4], date->tm_year + 1900,235 date->tm_hour, date->tm_min, date->tm_sec);