Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!ncar!tank!nucsrl!gore From: gore@eecs.nwu.edu (Jacob Gore) Newsgroups: comp.sources.bugs Subject: Re: Flame: Problem with zoo: restoring times Message-ID: <5930003@eecs.nwu.edu> Date: 21 Feb 89 23:04:01 GMT References: <2884@mhres.mh.nl> Organization: Northwestern U, Evanston IL, USA Lines: 13 / comp.sources.bugs / peter@sugar.uu.net (Peter da Silva) / Feb 21, 1989 / > People in the past have written programs that expected a TZ variable on non- > UNIX systems. People just never bothered to set it. > > There are two useful alternatives: (1) Store local time and GMT, or (2) Store > local time and timezone. These alternatives are equivalent, and the second > takes less space. QED. I don't understand... If you store your local time and timezone, you know the timezone, right? How is storing (local_time, time_zone) different from storing (local_time - time_zone)? And the latter equals GMT. Jacob