in reply to RE: RE: (jcwren) Re: Time::CTime::strftime won't print Timezones...
in thread Time::CTime::strftime won't print Timezones...

Well...what I want to be able to do is write this script so that it is fairly hands-off as far as configuration. Basically, you put it in your cgi-bin and it runs...properly. I suppose for now that
$ENV{TZ} = `date +%Z`;
Will suffice.
Thanks for the advice, guys!
  • Comment on RE: RE: RE: (jcwren) Re: Time::CTime::strftime won't print Timezones...