Mail Archives: djgpp/1996/05/24/07:31:09
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.
- Raw text -