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

Well...this is meant to be a CGI...and I want it to determine at runtime what the timezone is... I could feasibly do it as such:
$timezone = `date +%Z`;
# blah...get all the information and plop it all into a string and print it

And I might just end up doing that. :P

  • Comment on RE: (jcwren) Re: Time::CTime::strftime won't print Timezones...