Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 1998 19:53:18 -0700 (PDT)
From:      Peter Hawkins <thepish@FreeBSD.ORG>
To:        gnat@frii.com, thepish@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/7982
Message-ID:  <199809210253.TAA24179@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Default format for /bin/date to set date has 2 year digits

State-Changed-From-To: open-closed
State-Changed-By: thepish
State-Changed-When: Sun Sep 20 19:51:03 PDT 1998
State-Changed-Why: 
date(1) is Y2k compable:

  if ( lt- > tm_year < 69 ) /* hack for 2000 ; -} */
    lt- > tm_year += 100
(in 2.2.7 and current)

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?199809210253.TAA24179>