Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 17 of 17) sorted by relevance

/curl/scripts/
H A Dmk-ca-bundle.pl561 my @timestamp;
568 push @timestamp, chr(oct);
571 scalar(@timestamp) == 13 or die "Failed parsing timestamp";
573 if($timestamp[12] ne "Z") {
579 timegm($timestamp[10] . $timestamp[11], # second
580 $timestamp[8] . $timestamp[9], # minute
581 $timestamp[6] . $timestamp[7], # hour
582 $timestamp[4] . $timestamp[5], # day
583 ($timestamp[2] . $timestamp[3]) - 1, # month
584 "20" . $timestamp[0] . $timestamp[1]); # year
H A Drelease-tools.sh29 timestamp=${1:-unknown}
72 - export SOURCE_DATE_EPOCH=$timestamp
/curl/docs/cmdline-opts/
H A Dremote-time.md19 Makes curl attempt to figure out the timestamp of the remote file that is
21 timestamp.
/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")
153 ./scripts/release-tools.sh "$timestamp" "$version" > docs/RELEASE-TOOLS.md.dist
H A DDockerfile7 # Build and set the timestamp for the date corresponding to the release
/curl/lib/
H A Dhttp_aws_sigv4.c135 char *timestamp, in make_headers() argument
159 "x-%s-date:%s", provider1, timestamp); in make_headers()
243 *date_header = curl_maprintf("%s: %s\r\n", date_hdr_key, timestamp); in make_headers()
261 memcpy(timestamp, value, TIMESTAMP_SIZE - 1); in make_headers()
262 timestamp[TIMESTAMP_SIZE - 1] = 0; in make_headers()
266 timestamp[0] = 0; in make_headers()
538 char timestamp[TIMESTAMP_SIZE]; in Curl_output_aws_sigv4() local
677 if(!strftime(timestamp, sizeof(timestamp), "%Y%m%dT%H%M%SZ", &tm)) { in Curl_output_aws_sigv4()
682 result = make_headers(data, hostname, timestamp, provider1, in Curl_output_aws_sigv4()
695 memcpy(date, timestamp, sizeof(date)); in Curl_output_aws_sigv4()
[all …]
H A Dprogress.c163 struct curltime timestamp) in Curl_pgrsTimeWas() argument
174 data->progress.t_startop = timestamp; in Curl_pgrsTimeWas()
178 data->progress.t_startsingle = timestamp; in Curl_pgrsTimeWas()
187 Curl_timediff_us(timestamp, data->progress.t_startop); in Curl_pgrsTimeWas()
190 data->progress.t_acceptdata = timestamp; in Curl_pgrsTimeWas()
223 data->progress.t_redirect = Curl_timediff_us(timestamp, in Curl_pgrsTimeWas()
228 timediff_t us = Curl_timediff_us(timestamp, data->progress.t_startsingle); in Curl_pgrsTimeWas()
H A Dprogress.h70 struct curltime timestamp);
H A Dhostip.h101 time_t timestamp; member
H A Dhostip.c203 if(c->timestamp) { in hostcache_timestamp_remove()
205 time_t age = prune->now - c->timestamp; in hostcache_timestamp_remove()
506 time(&dns->timestamp); in Curl_cache_addr()
507 if(dns->timestamp == 0) in Curl_cache_addr()
508 dns->timestamp = 1; /* zero indicates permanent CURLOPT_RESOLVE entry */ in Curl_cache_addr()
1296 dns->timestamp = 0; /* mark as permanent */ in Curl_loadhostpairs()
H A Dsmb.c929 static void get_posix_time(time_t *out, curl_off_t timestamp) in get_posix_time() argument
931 timestamp -= 116444736000000000; in get_posix_time()
932 timestamp /= 10000000; in get_posix_time()
934 if(timestamp > TIME_T_MAX) in get_posix_time()
936 else if(timestamp < TIME_T_MIN) in get_posix_time()
940 *out = (time_t) timestamp; in get_posix_time()
/curl/tests/
H A Dtestcurl.pl77 $timestamp $notes);
331 $timestamp = scalar(gmtime)." UTC";
357 logit "date = $timestamp"; # When the test build starts
425 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
448 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
498 $timestamp = $stampstring." UTC";
507 logit "timestamp = $timestamp";
/curl/tests/unit/
H A Dunit1607.c199 if(dns->timestamp && tests[i].permanent) {
207 if(dns->timestamp == 0 && !tests[i].permanent) {
/curl/docs/libcurl/
H A Dlibcurl-env-dbg.md100 Fake unix timestamp to use for AltSvc, HSTS and CURLINFO variables that are
105 case the value is not a timestamp.
/curl/docs/libcurl/opts/
H A DCURLINFO_FILETIME_T.md43 with 32 bit long variables to extract dates outside of the 32bit timestamp
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR205 now.ts = %timestamp(*SYS);
208 weekday = %rem(%diff(now.ts: %timestamp('2001-01-01-00.00.00.000000'):
/curl/docs/
H A DTODO764 The timestamp of the transferred file should reflect that of the original

Completed in 64 milliseconds