Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 9 of 9) sorted by relevance

/curl/tests/
H A Dserverhelp.pm79 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 Drunner.pm495 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
497 my $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
H A Druntests.pl2534 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/curl/docs/cmdline-opts/
H A Drate.md31 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 Dparsedate.c283 static time_t time2epoch(int sec, int min, int hour, in time2epoch() argument
293 + hour) * 60 + min) * 60 + sec; in time2epoch()
H A Dftp.c2009 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 DSMTPSRCMBR189 d hour 2s 0 overlay(ts: 12)
215 %char(now.hour) + ':' + now.minute + ':' + now.second + ' ' +
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt103 DS10 with IDE disks, taking an hour to run the CURL configure is normal.
/curl/docs/
H A DFAQ74 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