Searched refs:tz (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/tests/system/geoip/ |
H A D | options.conf | 28 geoip tz PST;
|
/bind-9.11.3/util/ |
H A D | update_branches | 86 my $tz; 94 ($tag, $date, $time, $tz, $who, $mod, $branch) = split; 99 $dates{$branch} = "$date $time $tz";
|
/bind-9.11.3/bin/tests/virtual-time/ |
H A D | vtwrapper.c | 185 gettimeofday(struct timeval *tv, struct timezone *tz) { argument 193 return syscall(SYS_gettimeofday, tv, tz); 195 ret = syscall(SYS_gettimeofday, &now, tz); 200 return syscall(SYS_gettimeofday, tv, tz);
|
Completed in 16 milliseconds