Searched refs:strftime (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/tests/net/
H A Ddriver.c42 strftime(now, sizeof(now) - 1, "%A %d %B %H:%M:%S %Y",
45 strftime(now, sizeof(now) - 1, "%A %d %B %H:%M:%S %Y", localtime(&t));
/bind-9.11.3/contrib/scripts/
H A Dcheck-secure-delegation.pl.in14 use POSIX qw/strftime/;
26 $now = strftime "%Y%m%d%H%M%S", gmtime;
H A Dcheck5011.pl6 use POSIX qw(strftime);
7 my $now = strftime "%Y%m%d%H%M%S", gmtime;
/bind-9.11.3/lib/isc/unix/
H A Dtime.c391 flen = strftime(buf, len, "%d-%b-%Y %X", localtime_r(&now, &tm));
393 flen = strftime(buf, len, "%d-%b-%Y %X", localtime(&now));
422 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT",
425 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT", gmtime(&now));
464 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm));
466 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now));
486 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm));
488 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now));
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py153 inception=t1.strftime('%Y%m%d000000')
154 expiry=t2.strftime('%Y%m%d000000')
/bind-9.11.3/lib/tests/
H A Dt_api.c610 n = strftime(buf, buflen - 1, "%A %d %B %H:%M:%S %Y\n", p);
/bind-9.11.3/bin/dig/
H A Ddig.c273 * wide-character string, which strftime() handles incorrectly.
279 if (strftime(time_str, sizeof(time_str),

Completed in 37 milliseconds