Searched defs:hour (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | time.c | 126 int year, month, day, hour, minute, second; local 148 &year, &month, &day, &hour, &minute, &second) != 6) 163 RANGE(0, 23, hour); 171 value = second + (60 * minute) + (3600 * hour) + ((day - 1) * 86400);
|
Completed in 10 milliseconds