Denis Banovic writes:
> Is there any other way to tell mod_perl which time_zone to take?

You might want to let the browser do the string conversion for you
using JavaScript.  Another trick is store the time zone offset (also
computed with JavaScript) in the cookie if you need it on the server
to do some calculations in local time.

Rob

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to