Lines Matching refs:date
883 // is important since "Expires: <date in the past>" means not fresh, but
890 // If there is no Date header, then assume that the server response was
898 // The expires value can be a date in the past!
932 // The last-modified value can be a date in the past!
954 // * is the value of the origin server's Date: header
974 // If there is no Date header, then assume that the server response was
1033 return GetTimeValuedHeader("Date", result);
1097 Time date;
1098 if (!GetDateValue(&date))
1101 return ((date - last_modified).InSeconds() >= 60);