Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!inria!axis!philip From: philip@axis.UUCP Newsgroups: comp.unix.questions Subject: Re: Another stupid time zone question Message-ID: <230@axis.fr> Date: Mon, 18-May-87 12:37:50 EDT Article-I.D.: axis.230 Posted: Mon May 18 12:37:50 1987 Date-Received: Wed, 20-May-87 03:24:42 EDT References: <229@axis.fr> <138@fesk.UUCP> Organization: Axis Digital, Paris Lines: 17 Summary: Unfortunately, no In article <138@fesk.UUCP>, sverre@fesk.UUCP writes: > in article <229@axis.fr>, philip@axis.UUCP says: > > 1) Change ctime.c and re-compile (YUK !) > > This also assumes access to the sources. > > For those of us without source, is there a (simple) way to apply adb > to the kernel to affect the timezone change (like changing some variable). Unfortunately, its not that simple. All of the time conversion routines are in the C library. Unless you have the latest version of S5.3 with its sharable libraries, the code is compiled into EVERY program which makes use of them. So, your answer is - yes, you could do it with adb, assuming that the programs are not striped, and you are happy to hack ALL of your progs. Philip