Re: Time::localtime under mod_perl2 showing output in client-side time zones

2005-12-02 Thread Geoffrey Young
Tyler MacDonald wrote: > Matt Sergeant <[EMAIL PROTECTED]> wrote: > >>>Thread::Semaphore with the same results. If anyone would like the URL >>>to see this for themselves write me off list. If there is need for >>>additional information than I apologize in advance for not submitting >>>it a

Re: Time::localtime under mod_perl2 showing output in client-side time zones

2005-12-01 Thread Tyler MacDonald
Matt Sergeant <[EMAIL PROTECTED]> wrote: > >Thread::Semaphore with the same results. If anyone would like the URL > >to see this for themselves write me off list. If there is need for > >additional information than I apologize in advance for not submitting > >it and will do so upon request. >

Re: Time::localtime under mod_perl2 showing output in client-side time zones

2005-12-01 Thread Matt Sergeant
On 6 Nov 2005, at 10:12, Richard N. Fogle wrote: We've tried the script with CGI(), I currently have it posted without. Same results. We've tried placing the time functions in a subroutine with private variables with the same results. Tried using Thread::Semaphore with the same results. If

Time::localtime under mod_perl2 showing output in client-side time zones

2005-11-06 Thread Richard N. Fogle
We are experiencing strange behavior with the following code:   -SNIP- #! /usr/bin/perl -w   $ENV{'MOD_PERL_API_VERSION'} = '2';use strict;use Time::localtime;     my $foot = time();my $foo = localtime($foot);   my $year = $foo->year() + 1900;my $headers = <<"EOF";Content-type: text/

Time::localtime under mod_perl2 showing output in client-side time zones

2005-10-28 Thread Richard N. Fogle
We are experiencing strange behavior with the following code:   -SNIP- #! /usr/bin/perl -w   $ENV{'MOD_PERL_API_VERSION'} = '2';use strict;use Time::localtime;     my $foot = time();my $foo = localtime($foot);   my $year = $foo->year() + 1900;my $headers = <<"EOF";Content-type: text/