
20 Mar
2002
20 Mar
'02
6:57 a.m.
This is a bug at least on Windows with DevStudio (VC6) and VisualStudio.NET (VC7).
The timegm() function does
putenv("TZ");
this doesn't remove the environment variable, you need to do
putenv("TZ=");
Thanks, Steve Hills NCR