Searched defs:hour (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dtime.c135 int year, month, day, hour, minute, second; local
157 &year, &month, &day, &hour, &minute, &second) != 6)
164 RANGE(0, 23, hour);
172 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);

Completed in 9 milliseconds