Home | History | Annotate | Download | only in wps

Lines Matching refs:date

219 /* Write the current date/time per RFC */
225 struct tm *date;
229 date = gmtime(&t);
231 &weekday_str[date->tm_wday * 4], date->tm_mday,
232 &month_str[date->tm_mon * 4], date->tm_year + 1900,
233 date->tm_hour, date->tm_min, date->tm_sec);