Hello,
$ENV{‘TZ’} = ‘US/Eastern’; @time = localtime(); This use to give me the localtime in whatever timezone was
in ENV{‘TZ’}. However, I have since then switched to using mod_perl
(more specifically the PerlRun module) and now this code no longer works (i.e.
$ENV{‘TZ’} doesn’t have any affect on localtime). I’ve
tried various modifications to my mod_perl install (such as configuring
PerlPassEnv, etc) but still can’t get it to work. Does anyone have any recommendations, or thoughts? Thank you in advance, Tyler Fullerton. |
- Using ENV{'TZ'} in mod_perl Tyler
- RE: Using ENV{'TZ'} in mod_perl Garrett, Philip \(MAN-Corporate\)
- RE: Using ENV{'TZ'} in mod_perl Garrett, Philip \(MAN-Corporate\)
- Re: Using ENV{'TZ'} in mod_perl Jonathan Vanasco
- RE: Using ENV{'TZ'} in mod_perl Tyler
- RE: Using ENV{'TZ'} in mod_perl Garrett, Philip \(MAN-Corporate\)
- RE: Using ENV{'TZ'} in mod_perl Garrett, Philip \(MAN-Corporate\)