From: Mark Andrews Date: Tue, 3 Jun 2003 03:27:13 +0000 (+0000) Subject: Q: Why are my logs in GMT (UTC). X-Git-Tag: v9.3.4^3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8ee059a0dedacaeef5afad437bf6c98777d611;p=thirdparty%2Fbind9.git Q: Why are my logs in GMT (UTC). --- diff --git a/FAQ b/FAQ index 23ad88ec466..d83bdeffa6c 100644 --- a/FAQ +++ b/FAQ @@ -401,3 +401,15 @@ white space (tab/space) but the is no current record owner name to inherit the name from. Usually this is the result of putting white space before a comment. Forgeting the "@" for the SOA record or indenting the master file. + + +Q: Why are my logs in GMT (UTC). + +A: You are running chrooted (-t) and have not supplied local timzone +information in the chroot area. + + FreeBSD: /etc/localtime + Solaris: /etc/TIMEZONE and /usr/share/lib/zoneinfo + OSF: /etc/zoneinfo/localtime + + See also tzset(3) and zic(8).