Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!mcvax!ukc!man.psy!man.cs.ux!neil From: neil@uk.ac.man.cs.ux (Neil Todd) Newsgroups: net.bugs,net.unix,net.unix-wizards Subject: Re: Daylight Saving Time Message-ID: <63@man.cs.uxuk.ac.> Date: Wed, 2-Apr-86 04:44:27 EST Article-I.D.: man.63 Posted: Wed Apr 2 04:44:27 1986 Date-Received: Sun, 6-Apr-86 01:20:14 EST References: <234@sysdes.UUCP> Reply-To: neil@.UUCP (Neil Todd) Organization: University of Manchester, Dept Computer Science Lines: 39 Xref: watmath net.bugs:771 net.unix:7555 net.unix-wizards:17469 In article <234@sysdes.UUCP> dk@sysdes.UUCP writes: . . > >The UK (please correct me if I err) seems to resort to Parliamentary >announcements (or other black arts) to set DST, so hard-wiring >it as now is not on. > Stand corrected, I've had the following ctime.c in various machines for some time now. /* * The European tables ... based on hearsay * Believed correct for: * WE: Great Britain(WRONG use gbdaytab), Portugal? * ME: Belgium, Luxembourg, Netherlands, Denmark, Norway, * Austria, Poland, Czechoslovakia, Sweden, Switzerland, * DDR, DBR, France, Spain, Hungary, Italy, Jugoslavia * Finland (EE timezone, but ME dst rules) * Eastern European dst is unknown, we'll make it ME until someone speaks up. * EE: Bulgaria, Greece, Rumania, Turkey, Western Russia * * Ireland is unpredictable. (Years when Easter Sunday just happens ...) * Years before 1983 are suspect. */ /* NCT addition */ static struct dstab gbdaytab[] = { 0, 91, 303, }; What DOES really bug me is that only Britain and Portugal use what Unix calls WET (Western European Time). Why, oh why can't they just let us use GMT and BST (British Summer Time). I'm pretty sure that there are more sites in Britain than in Portugal. I asked UCB but was met with a deafening silence.