From owner-freebsd-questions@FreeBSD.ORG Sat Mar 1 20:39:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0B49106567A for ; Sat, 1 Mar 2008 20:39:39 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from mail.jellico.com (mail.jellico.com [207.191.185.6]) by mx1.freebsd.org (Postfix) with ESMTP id 1436B8FC22 for ; Sat, 1 Mar 2008 20:39:30 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from lisac (lisa.jellico.com [207.191.185.213]) (authenticated bits=0) by mail.jellico.com (8.13.1/8.13.1) with ESMTP id m21KdW1J039453 for ; Sat, 1 Mar 2008 15:39:32 -0500 (EST) (envelope-from lisa@jellico.com) Message-ID: <003501c87bd9$78cb53d0$d5b9bfcf@lisac> From: "Lisa Casey" To: Date: Sat, 1 Mar 2008 15:18:52 -0500 Organization: jellico.com, Inc. MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Scanned-By: MIMEDefang 2.61 on 207.191.185.6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Daylight Savings time 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: Sat, 01 Mar 2008 20:39:46 -0000 Hi, I suspect my FreeBSD 5.2 system isn't going to handle the change to = Daylight Savings Time correctly next weekend: zdump -v /etc/localtime | grep 2008 /etc/localtime Sun Apr 6 06:59:59 2008 UTC =3D Sun Apr 6 01:59:59 = 2008 EST isdst=3D0 gmtoff=3D-18000 /etc/localtime Sun Apr 6 07:00:00 2008 UTC =3D Sun Apr 6 03:00:00 = 2008 EDT isdst=3D1 gmtoff=3D-14400 /etc/localtime Sun Oct 26 05:59:59 2008 UTC =3D Sun Oct 26 01:59:59 = 2008 EDT isdst=3D1 gmtoff=3D-14400 /etc/localtime Sun Oct 26 06:00:00 2008 UTC =3D Sun Oct 26 01:00:00 = 2008 EST isdst=3D0 gmtoff=3D-18000 Could someone help me remember the steps I need to take to correct this? Thanks, Lisa Casey