Date: Fri, 24 May 1996 14:26:41 +0200 (IST) From: Eli Zaretskii To: "T.W. Seddon" Cc: djgpp AT delorie DOT com, Daniel Haude Subject: Re: What is all this "timezone" stuff for? In-Reply-To: <4o1kai$q2q@whitbeck.ncl.ac.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 May 1996, T.W. Seddon wrote: > What is all the data in the "timezone" directory tree good for? Is it needed > for UNIX compatibility, and why? Just curious. I don't know a thing about UNIX. If you want DJGPP to know the rules for daylight saving in your time zone, you can simply point TZ to the appropriate file in that directory, like this: set TZ=c:/djgpp/zoneinfo/japan If your computer is in Japan, that line is all DJGPP time routines need to convert local time to GMT time. You can safely delete (or compress) all the rest of the zoneinfo directory.