/curl/lib/ |
H A D | parsedate.c | 269 while(**date && !ISALNUM(**date)) in skip() 270 (*date)++; in skip() 302 if(ISDIGIT(date[1])) { in oneortwodigit() 303 *endp = &date[2]; in oneortwodigit() 306 *endp = &date[1]; in oneortwodigit() 375 skip(&date); in parsedate() 408 date += len; in parsedate() 417 date = end; in parsedate() 445 ((date[-1] == '+' || date[-1] == '-'))) { in parsedate() 497 date = end; in parsedate() [all …]
|
H A D | http_aws_sigv4.c | 584 char date[9]; in Curl_output_aws_sigv4() local 742 memcpy(date, timestamp, sizeof(date)); in Curl_output_aws_sigv4() 743 date[sizeof(date) - 1] = 0; in Curl_output_aws_sigv4() 781 date, region, service, request_type); in Curl_output_aws_sigv4() 817 HMAC_SHA256(secret, strlen(secret), date, strlen(date), sign0); in Curl_output_aws_sigv4()
|
/curl/docs/cmdline-opts/ |
H A D | time-cond.md | 23 Request a file that has been modified later than the given time and date, or 24 one that has been modified before that time. The date expression can be all 25 sorts of date strings or if it does not match any internal ones, it is treated 26 as a filename and curl tries to get the modification date (mtime) from that 27 file instead. See the *curl_getdate(3)* man pages for date expression details. 29 Start the date expression with a dash (-) to make it request for a document 30 that is older than the given date/time, default is a document that is newer 31 than the specified date/time.
|
H A D | quote.md | 44 ## atime date file 46 operand. The date expression can be all sorts of date strings, see the 47 *curl_getdate(3)* man page for date expression details. (Added in 7.73.0) 70 ## mtime date file 72 file operand. The date expression can be all sorts of date strings, see the 73 *curl_getdate(3)* man page for date expression details. (Added in 7.73.0)
|
/curl/docs/libcurl/ |
H A D | curl_getdate.md | 19 curl_getdate - convert date string to number of seconds 32 1st 1970 00:00:00 in the UTC time zone, for the date and time that the 41 A "date" is a string containing several items separated by whitespace. The 42 order of the items is immaterial. A date string may contain many flavors of 45 ## calendar date items 57 digits with two colons: HH:MM:SS. If there is no time given in a provided date 76 calendar date. 113 This parser handles date formats specified in RFC 822 (including the update in 123 This function returns -1 when it fails to parse the date string. Otherwise it
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_QUOTE.md | 63 ## atime date file 66 operand. The date expression can be all sorts of date strings, see the 67 curl_getdate(3) man page for date expression details. (Added in 7.73.0) 95 ## mtime date file 98 file operand. The date expression can be all sorts of date strings, see the 99 curl_getdate(3) man page for date expression details. (Added in 7.73.0)
|
H A D | CURLOPT_AWS_SIGV4.md | 42 such as "Algorithm", "date", "request type" and "signed headers". 61 **"TEST-HMAC-SHA256"** for "Algorithm", **"x-try-date"** and **"X-Try-Date"** 62 for "date", **"test4_request"** for "request type", 63 **"SignedHeaders=content-type;host;x-try-date"** for "signed headers"
|
H A D | CURLOPT_HSTSREADFUNCTION.md | 51 FALSE. Set *expire* to a date stamp or a zero length string for *forever* 52 (wrong date stamp format might cause the name to not get accepted)
|
H A D | CURLOPT_ALTSVC.md | 101 Expiration date and time of this entry within double quotes. The date format
|
/curl/tests/data/ |
H A D | test2403 | 55 date: Tue, 09 Nov 2010 14:49:00 GMT 63 {"date":["Tue, 09 Nov 2010 14:49:00 GMT"],
|
H A D | test2503 | 54 date: Tue, 09 Nov 2010 14:49:00 GMT 61 {"date":["Tue, 09 Nov 2010 14:49:00 GMT"],
|
H A D | test358 | 64 date: Tue, 09 Nov 2010 14:49:00 GMT 73 date: Tue, 09 Nov 2010 14:49:00 GMT 84 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test359 | 64 date: Tue, 09 Nov 2010 14:49:00 GMT 73 date: Tue, 09 Nov 2010 14:49:00 GMT 84 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test1700 | 80 date: Tue, 09 Nov 2010 14:49:00 GMT 91 date: Tue, 09 Nov 2010 14:49:00 GMT
|
H A D | test543 | 29 # time/date of the file
|
H A D | test1596 | 28 HTTP Retry-After header parsing using a date
|
H A D | test421 | 14 date: Tue, 07 Mar 2023 15:14:41 GMT 65 "date":["Tue, 07 Mar 2023 15:14:41 GMT"],
|
H A D | test2406 | 53 date: Tue, 09 Nov 2010 14:49:00 GMT
|
H A D | test77 | 35 HTTP with -z "older date"
|
H A D | test2400 | 54 date: Tue, 09 Nov 2010 14:49:00 GMT
|
H A D | test542 | 45 # time/date of the file
|
H A D | test1294 | 49 …r small to wit, a workhouse; and in this workhouse was born; on a day and date which I need not tr… 61 …r small to wit, a workhouse; and in this workhouse was born; on a day and date which I need not tr…
|
H A D | test562 | 40 # time/date of the file
|
/curl/scripts/ |
H A D | firefox-db2pem.sh | 42 currentdate=$(date)
|
H A D | maketgz | 92 timestamp=${SOURCE_DATE_EPOCH:-$(date +"%s")} 93 datestamp=$(date -d "@$timestamp" +"%F") 94 filestamp=$(date -d "@$timestamp" +"%Y%m%d%H%M.%S")
|