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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c830 char tformat[127+1]; local
837 strcpy (tformat, "%b %d %Y %T");
839 strcpy (tformat, "%b %d %Y %R");
841 strcat (tformat, " %z");
843 strftime (timestr, sizeof (timestr), tformat, t);

Completed in 10 milliseconds