Re: mod_perl, ENV{'TZ'}, and localtime

2007-12-30 Thread Kirk Noda
At 09:12 PM 12/28/2007, you wrote: [...] The reason this does not work under modperl version 2.0 is because under handler "perl-script", %ENV is untied from the C environment. The [...] Thanks very much, that works.

Re: mod_perl, ENV{'TZ'}, and localtime

2007-12-28 Thread Michael Schout
Kirk Noda wrote: > The thread seemed to die off. Still, is there a way to use $ENV{TZ} to > modify the behavior of localtime? The reason this does not work under modperl version 2.0 is because under handler "perl-script", %ENV is untied from the C environment. The localtime() function is impleme