Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpda!hpcuhc!runyan From: runyan@hpcuhc.cup.hp.com (Mark Runyan) Newsgroups: comp.unix.questions Subject: Re: SCCS question Message-ID: <250017@hpcuhc.cup.hp.com> Date: 15 Feb 91 19:16:09 GMT References: <1991Feb14.144919.13074@evax.arl.utexas.edu> Organization: HP, Cupertino, CA, USA Lines: 28 >/ singleto@evax.arl.utexas.edu (Gary Singleton) / 6:49 am Feb 14, 1991 / >SCCS and RCS both seem to have a couple of bugs concerning their use >of dates and times. > >First, a discussion of times. >SCCS stores delta times in `HH:MM:SS' form, >and RCS stores times in `HH.MM.SS' form. >While they do handle the 24-hour time rather well, In theory, RCS takes into account the timezone. It is suppose to store the actual times in GMT and translate the times based on the TZ variable. Your RCS may vary on this... >Second, a discussion of dates. >SCCS stores delta dates in `YY/MM/DD' form, >and RCS stores dates in `YY.MM.DD' form. >This is obviously going to be a problem after 31-Dec-1999 This has been noted for RCS. Perhaps GNU-RCS will have a solution which may not be completely backward compatible (i.e. expand the year field). >Needless to say, >there will be a lot of migration programmers employed by the end of 1999. 1999 is going to affect a lot of software. Computer companies should start planning now for the pain... Mark Runyan