Searched refs:hour (Results 1 – 9 of 9) sorted by relevance
/curl/tests/ |
H A D | serverhelp.pm | 79 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = 81 $now = sprintf("%02d:%02d:%02d.%06d ", $hour, $min, $sec, $usec); 85 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = 87 $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
|
H A D | runner.pm | 495 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = 497 my $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
|
H A D | runtests.pl | 2534 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|
/curl/docs/cmdline-opts/ |
H A D | rate.md | 31 time unit. Supported units are 's' (second), 'm' (minute), 'h' (hour) and 'd' 32 /(day, as in a 24 hour unit). The default time unit, if no "/U" is provided, 33 is number of transfers per hour.
|
/curl/lib/ |
H A D | parsedate.c | 283 static time_t time2epoch(int sec, int min, int hour, in time2epoch() argument 293 + hour) * 60 + min) * 60 + sec; in time2epoch()
|
H A D | ftp.c | 2009 int *hour, int *minute, int *second) in ftp_213_date() argument 2017 *hour = twodigit(&p[8]); in ftp_213_date() 2021 if((*month > 12) || (*day > 31) || (*hour > 23) || (*minute > 59) || in ftp_213_date() 2065 int year, month, day, hour, minute, second; in ftp_state_mdtm_resp() local 2068 if(ftp_213_date(resp, &year, &month, &day, &hour, &minute, &second)) { in ftp_state_mdtm_resp() 2073 year, month, day, hour, minute, second); in ftp_state_mdtm_resp()
|
/curl/packages/OS400/rpg-examples/ |
H A D | SMTPSRCMBR | 189 d hour 2s 0 overlay(ts: 12) 215 %char(now.hour) + ':' + now.minute + ':' + now.second + ' ' +
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 103 DS10 with IDE disks, taking an hour to run the CURL configure is normal.
|
/curl/docs/ |
H A D | FAQ | 74 4.13 Why is curl -R on Windows one hour off? 969 4.13 Why is curl -R on Windows one hour off? 973 compilers or prior curl versions it may set a time that appears one hour off.
|
Completed in 32 milliseconds