From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 17:49:33 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA49016A4CE for ; Wed, 2 Mar 2005 17:49:33 +0000 (GMT) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3626743D2F for ; Wed, 2 Mar 2005 17:49:31 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id EAA01858; Thu, 3 Mar 2005 04:49:08 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 3 Mar 2005 04:49:07 +1100 (EST) From: Ian Smith To: Ted Mittelstaedt In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Loren M. Lang" cc: Pat Maddox cc: freebsd-questions@freebsd.org Subject: RE: Received mail timestamp is off by 7 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 17:49:34 -0000 On Wed, 2 Mar 2005 03:11:19 -0800, Ted Mittelstaedt wrote: Loren wrote: > > little bit less reliable using local to UTC unless you are not affected > > by any daylight savings changes like Arizona in the US or, I'm > > sure, many > > other places around the world. For a desktop or test machine, booting multiple OS at various times like you said, I'd as likely run UTC CMOS too. Enough to confuse already .. I've just some fun browsing again through bits of code from /usr/src like sbin/adjkerntz/adjkerntz.c, sys/i386/isa/clock.c, sys/isa/rtc.h, sys/i386/include/clock.h, just to scratch the surface. Great stuff. I'm yet to be convinced there's an even potential technical problem in running local time RTC on a server that runs FreeBSD all the time. I won't labour personal preferences further, but don't feel vulnerable. Yes, we do DST changes; I'd guess well under a millisecond twice a year. Hey, you can lose your bootsector if the sky falls at the wrong instant! Ted writes: > There's no excuse for a mailserver to not be synced to a NTP source. Absolutely, or indeed most anyserver. Or even a multiboot workstation! Ian out.