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

/bind-9.11.3/bin/dig/
H A Ddig.c246 struct tm tmnow; local
265 (void)localtime_r(&tnow, &tmnow);
267 tmnow = *localtime(&tnow);
276 L"%a %b %d %H:%M:%S %Z %Y", &tmnow) > 0U)
280 "%a %b %d %H:%M:%S %Z %Y", &tmnow) > 0U)

Completed in 16 milliseconds