Home
last modified time | relevance | path

Searched refs:mon (Results 1 – 4 of 4) sorted by relevance

/curl/tests/
H A Dserverhelp.pm79 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
85 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
H A Drunner.pm495 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
H A Druntests.pl2534 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
2537 $randseed = ($year+1900)*100 + $mon+1;
/curl/lib/
H A Dparsedate.c284 int mday, int mon, int year) in time2epoch() argument
288 int leap_days = year - (mon <= 1); in time2epoch()
292 + leap_days + month_days_cumulative[mon] + mday - 1) * 24 in time2epoch()

Completed in 15 milliseconds