Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 89) sorted by relevance

1234

/curl/lib/
H A Dparsedate.c269 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 Dhttp_aws_sigv4.c539 char date[9]; in Curl_output_aws_sigv4() local
695 memcpy(date, timestamp, sizeof(date)); in Curl_output_aws_sigv4()
696 date[sizeof(date) - 1] = 0; in Curl_output_aws_sigv4()
729 date, region, service, request_type); in Curl_output_aws_sigv4()
765 HMAC_SHA256(secret, strlen(secret), date, strlen(date), sign0); in Curl_output_aws_sigv4()
/curl/scripts/
H A Dlog2changes.pl32 my ($date)=$_;
34 if($date =~ /(\d\d\d\d)-(\d\d)-(\d\d)/) {
37 return $date;
78 $date = nicedate($1);
84 print "\nVersion " . $tag." ($date)\n";
90 print "\n$c ($date)\n\n";
100 $olddate = $date;
H A Dfirefox-db2pem.sh39 currentdate=$(date)
/curl/docs/cmdline-opts/
H A Dtime-cond.md23 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 Dquote.md44 ## 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 Dcurl_getdate.md18 curl_getdate - Convert a date string to number of seconds
31 1st 1970 00:00:00 in the UTC time zone, for the date and time that the
40 A "date" is a string containing several items separated by whitespace. The
41 order of the items is immaterial. A date string may contain many flavors of
44 ## calendar date items
56 digits with two colons: HH:MM:SS. If there is no time given in a provided date
75 calendar date.
110 This parser handles date formats specified in RFC 822 (including the update in
122 This function returns -1 when it fails to parse the date string. Otherwise it
/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md60 ## atime date file
63 operand. The date expression can be all sorts of date strings, see the
64 curl_getdate(3) man page for date expression details. (Added in 7.73.0)
92 ## mtime date file
95 file operand. The date expression can be all sorts of date strings, see the
96 curl_getdate(3) man page for date expression details. (Added in 7.73.0)
H A DCURLOPT_AWS_SIGV4.md41 such as "Algorithm", "date", "request type" and "signed headers".
58 **"TEST-HMAC-SHA256"** for "Algorithm", **"x-try-date"** and
59 **"X-Try-Date"** for "date", **"test4_request"** for "request type",
60 **"SignedHeaders=content-type;host;x-try-date"** for "signed headers"
H A DCURLOPT_ALTSVC.md92 Expiration date and time of this entry within double quotes. The date format
H A DCURLOPT_HSTSREADFUNCTION.md50 FALSE. Set *expire* to a date stamp or a zero length string for *forever*
51 (wrong date stamp format might cause the name to not get accepted)
/curl/
H A Dmaketgz85 timestamp=${SOURCE_DATE_EPOCH:-$(date +"%s")}
86 datestamp=$(date -d "@$timestamp" +"%F")
87 filestamp=$(date -d "@$timestamp" +"%Y%m%d%H%M.%S")
150 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > …
H A DCHANGES6 $ git log --pretty=fuller --no-color --date=short --decorate=full | \
/curl/tests/data/
H A Dtest240356 date: Tue, 09 Nov 2010 14:49:00 GMT
64 {"date":["Tue, 09 Nov 2010 14:49:00 GMT"],
H A Dtest35864 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 Dtest35964 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 Dtest250355 date: Tue, 09 Nov 2010 14:49:00 GMT
62 {"date":["Tue, 09 Nov 2010 14:49:00 GMT"],
H A Dtest170081 date: Tue, 09 Nov 2010 14:49:00 GMT
92 date: Tue, 09 Nov 2010 14:49:00 GMT
H A Dtest54329 # time/date of the file
H A Dtest159628 HTTP Retry-After header parsing using a date
H A Dtest42114 date: Tue, 07 Mar 2023 15:14:41 GMT
65 "date":["Tue, 07 Mar 2023 15:14:41 GMT"],
H A Dtest240054 date: Tue, 09 Nov 2010 14:49:00 GMT
H A Dtest7735 HTTP with -z "older date"
H A Dtest240654 date: Tue, 09 Nov 2010 14:49:00 GMT
H A Dtest54245 # time/date of the file

Completed in 51 milliseconds

1234