Searched refs:tz (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/tests/system/geoip/
H A Doptions.conf28 geoip tz PST;
/bind-9.11.3/util/
H A Dupdate_branches86 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 Dvtwrapper.c185 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 11 milliseconds