Date: Mon, 25 Sep 1995 08:00:02 -0700 From: "Garrett A. Wollman" <wollman@lcs.mit.edu> To: freebsd-bugs Subject: misc/736: Daylight Saving Time in Amsterdam Message-ID: <199509251500.IAA13282@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/736; it has been noted by GNATS. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509251500.IAA13282>