From owner-freebsd-questions@FreeBSD.ORG Sun Mar 10 22:10:03 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 57F72338 for ; Sun, 10 Mar 2013 22:10:03 +0000 (UTC) (envelope-from tamino@wolfhut.org) Received: from pendor.wolfhut.org (pendor.wolfhut.org [173.228.91.225]) by mx1.freebsd.org (Postfix) with ESMTP id 41B132AA for ; Sun, 10 Mar 2013 22:10:03 +0000 (UTC) Received: from [192.168.42.100] (173-228-91-224.static.sonic.net [173.228.91.224]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by pendor.wolfhut.org (Postfix) with ESMTPSA id BFF6DDBB1F; Sun, 10 Mar 2013 15:10:02 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: day light saving time happened today From: Ben Cottrell In-Reply-To: <513D0026.6030109@a1poweruser.com> Date: Sun, 10 Mar 2013 15:10:02 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <5C91A731-BF1E-4FD2-AB26-5348F0685967@wolfhut.org> References: <513CC4C4.8080405@a1poweruser.com> <513D0026.6030109@a1poweruser.com> To: Fbsd8 X-Mailer: Apple Mail (2.1499) Cc: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 22:10:03 -0000 On Mar 10, 2013, at 14:50, Fbsd8 wrote: > # /root >find /usr/share/zoneinfo -type f -print | xargs md5 | grep = `md5 -q /etc /localtime` > MD5 (/usr/share/zoneinfo/America/New_York) =3D = e4ca381035a34b7a852184cc0dd89baa That's really, really odd. I'm confused. If you run "date" does it show the time zone as EST or EDT? If you have python installed, you might also try: python -c 'import time; print time.localtime().tm_isdst' (it should be 1) Is the year correct? I mean, could it be thinking it's some different year, where the time zone rules are different? Now *I'm* curious. :-) I've honestly never seen a system do that before. If you figure it out, I hope you'll let either me, or the list, know what it was! ~Ben=