From owner-freebsd-questions@FreeBSD.ORG Sun Mar 10 22:56:58 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 9226F1B8 for ; Sun, 10 Mar 2013 22:56:58 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 799B564C for ; Sun, 10 Mar 2013 22:56:58 +0000 (UTC) Received: from [10.0.10.1] ([173.88.202.176]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 10 Mar 2013 15:56:59 -0700 Message-ID: <513D0FBA.1070303@a1poweruser.com> Date: Sun, 10 Mar 2013 18:56:58 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Ben Cottrell Subject: Re: day light saving time happened today References: <513CC4C4.8080405@a1poweruser.com> <513D0026.6030109@a1poweruser.com> <5C91A731-BF1E-4FD2-AB26-5348F0685967@wolfhut.org> In-Reply-To: <5C91A731-BF1E-4FD2-AB26-5348F0685967@wolfhut.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Mar 2013 22:56:59.0365 (UTC) FILETIME=[923DA150:01CE1DE2] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] 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:56:58 -0000 Ben Cottrell wrote: > 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) = 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 > date command shows Sun Mar 10 16:50:33 EDT 2013 No python on my system. The real question is does New York State have day light saving time?