Home
last modified time | relevance | path

Searched refs:dates (Results 1 – 8 of 8) sorted by relevance

/curl/tests/libtest/
H A Dlib517.c33 static const struct dcheck dates[] = { variable
163 for(i = 0; dates[i].input; i++) { in test()
164 time_t out = curl_getdate(dates[i].input, NULL); in test()
165 if(out != dates[i].output) { in test()
167 dates[i].input, (long)out, (long)dates[i].output); in test()
/curl/docs/libcurl/
H A Dcurl_getdate.md36 This function works with valid dates and does not always detect and reject
37 wrong dates, such as February 30.
134 dates in this way of doing dates existed before then.)
/curl/docs/libcurl/opts/
H A DCURLOPT_TIMEVALUE.md34 set dates beyond the year 2038. Consider CURLOPT_TIMEVALUE_LARGE(3)
H A DCURLOPT_TIMEVALUE_LARGE.md37 used to set dates beyond the year 2038.
H A DCURLINFO_FILETIME.md41 Consider CURLINFO_FILETIME_T(3) instead to be able to extract dates beyond the
H A DCURLINFO_FILETIME_T.md43 bit long variables to extract dates outside of the 32-bit timestamp range.
H A DCURLOPT_DIRLISTONLY.md33 that would normally include file sizes, dates etc.
/curl/tests/data/
H A Dtest42037 Setting cookies set with expired dates that were loaded from jar

Completed in 26 milliseconds