
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

20 Mar
20 Mar
9:06 a.m.
Hills, Steve writes:
Steve> This is a bug at least on Windows with DevStudio (VC6) and Steve> VisualStudio.NET (VC7).
Steve> The timegm() function does
Steve> putenv("TZ");
Steve> this doesn't remove the environment variable, you need to do
Steve> putenv("TZ=");
Thanks. Checked into the CVS.
/js
--
Juergen Schoenwaelder http://www.informatik.uni-osnabrueck.de/schoenw/
8534
Age (days ago)
8534
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hills, Steve
-
Juergen Schoenwaelder