From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 07:45:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B63F616A403 for ; Wed, 28 Mar 2007 07:45:16 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id A55CD13C44B for ; Wed, 28 Mar 2007 07:45:16 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.66) (envelope-from ) id 1HWRue-0004Qj-9z for freebsd-questions@freebsd.org; Tue, 27 Mar 2007 23:45:40 -0700 From: "Don O'Neil" To: Date: Wed, 28 Mar 2007 00:45:11 -0700 Message-ID: <000901c7710d$03be86c0$0600020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: AcdxDQOKoIRrfjlqS7yCXBKVM3X7Pw== Subject: Time changed back to old daylight savings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 07:45:16 -0000 I'm not sure when this happened, but I noticed today that my server reverted back to the old daylight savings time (1 hour off).... When I run ntpdate and have it update it even then it shows the wrong time. I haven't done anything to replace the /etc/localtime file, even tried running tzsetup again, but that still didn't help. My system is FreeBSD 6.1-stable, the only thing that has changed since I last noticed the system had the _right_ time was I built a new kernel. I tried installing the port 'zoneinfo', but it's broken, it can't find the appropriate file to download and install (seems to be missing or updated). At the moment I've addressed the issue with a "date -v +1H". Any reason this would happen? How do I fix it?