Mail Archives: djgpp/1996/05/01/19:02:35
> One thing puzzles me though. What is it that the files in
> timezone-directory are used for? Being something of a newbie I just
> completely fail to understand what would DJGPP want to do with
> information about timezones.
They are used to determine when to switch to daylight savings time,
and how much to adjust the clock by, etc. The standard USA zone is
compiled in, but if you need a different zone, you can set the TZ
environment variable to refer to those files (documentation needed).
This is required to convert the PC's "local time" to unix's concept of
"seconds since the Epoch".
- Raw text -