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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c800 char tzstr[31+1]; local
804 snprintf (tzstr, sizeof (tzstr), "TZ=%s", "UTC");
805 putenv (tzstr);
809 snprintf (tzstr, sizeof (tzstr), "TZ=%s", tz);
811 snprintf (tzstr, sizeof (tzstr), "TZ=%s", "");
812 putenv (tzstr);

Completed in 11 milliseconds