]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Q: Why are my logs in GMT (UTC).
authorMark Andrews <marka@isc.org>
Tue, 3 Jun 2003 03:27:13 +0000 (03:27 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Jun 2003 03:27:13 +0000 (03:27 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 23ad88ec4666039b2c633349ea16c65462d9ccef..d83bdeffa6ceeb705b973ca2286299a855111d53 100644 (file)
--- 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).