From owner-freebsd-hackers Fri Mar 12 8:51:20 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from obie.softweyr.com (unknown [204.68.178.33]) by hub.freebsd.org (Postfix) with ESMTP id 0878D14D9A for ; Fri, 12 Mar 1999 08:49:53 -0800 (PST) (envelope-from wes@softweyr.com) Received: from softweyr.com (wes@zaphod.softweyr.com [204.68.178.35]) by obie.softweyr.com (8.8.8/8.8.8) with ESMTP id JAA03572; Fri, 12 Mar 1999 09:48:55 -0700 (MST) (envelope-from wes@softweyr.com) Message-ID: <36E94577.F90221F8@softweyr.com> Date: Fri, 12 Mar 1999 09:48:55 -0700 From: Wes Peters Organization: Softweyr llc X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel C. Sobral" Cc: Florin Nicolescu , FreeBSD-hackers Subject: Re: Y2K bug References: <199903120731.JAA11891@nick.ro> <36E8E69E.6824D76F@newsguy.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Daniel C. Sobral" wrote: > > I think it was 1900 which did not have Feb 29. Meaning we are safe > until 2300. :-) No, just 2100. if !(year % 400) you are in a leap century, and have to add an extra day. This will happen again in 2400. I don't plan to stay up that late. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.softweyr.com/~softweyr wes@softweyr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message