Date: Fri, 12 Mar 1999 09:48:55 -0700 From: Wes Peters <wes@softweyr.com> To: "Daniel C. Sobral" <dcs@newsguy.com> Cc: Florin Nicolescu <fnicoles@pcnet.pcnet.ro>, FreeBSD-hackers <freebsd-hackers@FreeBSD.ORG> Subject: Re: Y2K bug Message-ID: <36E94577.F90221F8@softweyr.com> References: <199903120731.JAA11891@nick.ro> <36E8E69E.6824D76F@newsguy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36E94577.F90221F8>