Searched defs:month (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dtest-utc-mktime.c7 int year, month, day, hour, min, sec; member in struct:test_utc_mktime
49 tm.tm_mon = test->month - 1;
/dovecot/src/lib-http/
H A Dhttp-date.c28 date1 = day SP month SP year
31 month = %x4A.61.6E ; "Jan", case-sensitive
56 date2 = day "-" month "-" 2DIGIT
67 date3 = month SP ( 2DIGIT / ( SP 1DIGIT ))
165 string_t *month; local
168 if (http_date_parse_word(parser, 3, &month) <= 0 || str_len(month) != 3)
172 if (strcmp(month_names[i], str_c(month)) == 0) {
256 date1 = day SP month SP year
259 Remaining: {...} SP day SP month S
[all...]

Completed in 11 milliseconds