From root@xaa.stack.urc.tue.nl  Mon Sep 25 01:37:06 1995
Received: from terra.stack.urc.tue.nl (terra.stack.urc.tue.nl [131.155.140.128])
          by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA05809
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Sep 1995 01:37:04 -0700
Received: (from uucp@localhost) by terra.stack.urc.tue.nl (8.6.11) with UUCP id JAA02673 for FreeBSD-gnats-submit@freebsd.org; Mon, 25 Sep 1995 09:36:59 +0100
Received: (from root@localhost) by xaa.stack.urc.tue.nl (8.6.12/8.6.9) id KAA00358; Mon, 25 Sep 1995 10:33:47 +0100
Message-Id: <199509250933.KAA00358@xaa.stack.urc.tue.nl>
Date: Mon, 25 Sep 1995 10:33:47 +0100
From: xaa@xaa.stack.urc.tue.nl
Reply-To: xaa@stack.urc.tue.nl
To: FreeBSD-gnats-submit@freebsd.org
Subject: Daylight Saving Time in Amsterdam
X-Send-Pr-Version: 3.2

>Number:         736
>Category:       misc
>Synopsis:       zoneinfo for MET wrong?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 01:40:02 PDT 1995
>Closed-Date:    Tue Sep 26 07:29:24 PDT 1995
>Last-Modified:  Tue Sep 26 07:31:28 PDT 1995
>Originator:     Mark Huizer
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
MCGV Stack, Eindhoven
>Environment:


>Description:

	DST is not calculated right in Netherlands (and probably other
	MET-countries)

>How-To-Repeat:

	date

	Mon Sep 25 10:33:23 MET 1995

	should give

	Mon Sep 25 09:33:23 MET 1995

>Fix:
	
>Release-Note:
>Audit-Trail:

From: "Garrett A. Wollman" <wollman@lcs.mit.edu>
To: xaa@stack.urc.tue.nl
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: misc/736: Daylight Saving Time in Amsterdam
Date: Mon, 25 Sep 1995 10:55:06 -0400

 <<On Mon, 25 Sep 1995 10:33:47 +0100, xaa@xaa.stack.urc.tue.nl said:
 
 >> Description:
 
 > 	DST is not calculated right in Netherlands (and probably other
 > 	MET-countries)
 
 This report is incomplete.  You need to provide the following
 additional information:
 
 	1) What timezone file are you using?  You can determine by using
 with the following shell code:
 
 	for a in `find /usr/share/zoneinfo`; do
 		if cmp -s $a /etc/localtime; then
 			echo $a
 		fi
 	done
 
 	2) Are you using a GMT CMOS clock, or local time?  What is the
 CMOS clock set to?
 
 	3) What version of the timezone files are you using?  What is
 the date on your /etc/localtime file?
 
 -GAWollman
 
 --
 Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
 wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
 Opinions not those of| It is a bond more powerful than absence.  We like people
 MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant
State-Changed-From-To: open->closed 
State-Changed-By: wollman 
State-Changed-When: Tue Sep 26 07:29:24 PDT 1995 
State-Changed-Why:  
The poster was using a CMOS clock in local time, and hadn't left the 
machine running during the change, so adjkerntz(8) didn't get a chance 
to do the right thing.  After resetting the CMOS clock to the correct 
local time, poster reports correct time. 
>Unformatted:
