Date: Tue, 1 Feb 2000 11:45:01 -0800 (PST) From: "Eric J. Schwertfeger" <ejs@bfd.com> To: Igor Roshchin <str@giganda.komkon.org> Cc: andreas@klemm.gtn.com, freebsd-bugs@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: wwwstat-2.01 port is not Y2K compliant Message-ID: <Pine.BSF.4.10.10002011142220.51287-100000@harlie.bfd.com> In-Reply-To: <200002011515.KAA36738@giganda.komkon.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Feb 2000, Igor Roshchin wrote: > > Hello, > > 1.5 months ago I reported the problem with the wwwstat-2.01 port, > both to the maintainer, the list, and via pr. > (Later, I added some more to the description of the problem - > see the depository - there is a deeper problem - related to > perl's $year returning "100" and no "00" in 2000) FYI, returning 100 for the year 2000 is the correct, documented behavior. perl's localtime() is a mirror of the standard library function localtime(), which returns the value year-1900 as the value of the year variable. Expecting $year to always be two digits is the error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10002011142220.51287-100000>