Date: Sun, 27 Dec 1998 00:10:55 -0600 From: Jon Hamilton <hamilton@pobox.com> To: gkshenaut@ucdavis.edu Cc: questions@FreeBSD.ORG Subject: Re: Y2k & RCS (Was: Logging cvsup (was: stable vs. release?)) Message-ID: <199812270611.WAA15449@hub.freebsd.org> In-Reply-To: Your message of "Sat, 26 Dec 1998 21:57:27 PST." <199812270557.VAA14327@deal1.bogs.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199812270557.VAA14327@deal1.bogs.org>, Greg Shenaut wrote: } } On a tangentially related topic, do all these dates } beginning "98." mean that RCS (and CVS) still are } not y2k compliant? No, see the below quoted extract from the rcsfile(5) man page. } > Add delta 1.59 98.12.22.05.52.06 asami } > Add delta 1.2598 98.12.22.00.57.51 jseger } > Add delta 1.2599 98.12.22.02.17.19 jseger } > Add delta 1.2600 98.12.22.22.53.14 billf } > Add delta 1.2601 98.12.23.01.20.16 steve } > Add delta 1.2602 98.12.23.02.45.11 flathill } > Add delta 1.141 98.12.22.12.33.32 jkh } > Add delta 1.5 98.12.21.19.41.50 des RCSFILE(5) RCSFILE(5) Dates, which appear after the date keyword, are of the form Y.mm.dd.hh.mm.ss, where Y is the year, mm the month (01-12), dd the day (01-31), hh the hour (00-23), mm the minute (00-59), and ss the second (00-60). Y contains just the last two digits of the year for years from 1900 through 1999, and all the digits of years thereafter. Dates use the Gregorian calendar; times use UTC. -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812270611.WAA15449>