Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site bnl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!teddy!panda!talcott!harvard!seismo!cmcl2!philabs!sbcs!bnl!stern From: stern@bnl.UUCP (Eric Stern) Newsgroups: net.bugs,net.flame,net.puzzle Subject: Re: Computer bugs in the year 2000 Message-ID: <861@bnl.UUCP> Date: Thu, 24-Jan-85 01:06:02 EST Article-I.D.: bnl.861 Posted: Thu Jan 24 01:06:02 1985 Date-Received: Sun, 27-Jan-85 05:19:15 EST References: <820@reed.UUCP> Organization: SUNY StonyBrook Lines: 35 Xref: watmath net.bugs:515 net.flame:8049 net.puzzle:518 > > I have a friend that raised an interesting question that I immediately > tried to prove wrong. He is a programmer and has this notion that when we > reach the year 2000, computers will not accept the new date. Will the > computers assume that it is 1900, or will it even cause a problem? I > violently opposed this because it seemed so meaningless. Computers have > entered into existence during this century, and has software, specifically > accounting software, been prepared for this turnover? If this really > comes to pass and my friend is correct, what will happen? Is it anything > to be concerned about? I haven't given it much thought, but this programmer > has. I thought he was joking but he has even lost sleep over this. When > I say 'friend,' I'm NOT referring to myself, if it seemed that way. > > "I've never really written anything like that before" > > Spencer L. Bolles I used to work for a company that packed dates into 16 bit words in such a way so that being the last part of the century, all dates were negative numbers. However, certain files could contain either of two types of records, the distinguishing characteristing being that one type of record contained a date at a particular offset. Of course, the check for this kind of record was whether the number at that offset was negative or not, so when the century rolls over this test would fail. I pointed this feature out to several people, who rightly were not concerned, as by the time this became a problem, their software would have migrated to a different system and would probably be largely rewritten. However, I have heard that CDC operating systems had a problem at a certain date in the past, where the computer would refuse to boot up when this date was reached. Calls came in to CDC from all over the world as midnight advanced westward. Eric G. Stern