[Rt-devel] RT 3.6.4rc2

Ruslan Zakirov ruz at bestpractical.com
Fri Jun 15 09:30:24 EDT 2007


works on my linux box:
TZ=GMT perl -e' print localtime()."\n"; $ENV{TZ} = "US/Eastern"; print
localtime()."\n";'
Fri Jun 15 13:21:20 2007
Fri Jun 15 09:21:20 2007

I think this all depends on distribution and how good zone info package is.

On 6/15/07, Jesse Vincent <jesse at bestpractical.com> wrote:
>
> On Jun 15, 2007, at 7:08 AM, Norton, Ian wrote:
>
> > perl -e' print localtime()."\n";
> > $ENV{TZ} = "US/Eastern";  print localtime()."\n";'
>
>
> Fascinating.
>
> TZ=GMT perl -e' print localtime()."\n"; $ENV{TZ} = "US/Eastern";
> print localtime()."\n";'
>
> Mac OS X:
>
> Fri Jun 15 12:50:55 2007
> Fri Jun 15 08:50:55 2007
>
>
> Linux:
>
> Fri Jun 15 12:51:51 2007
> Fri Jun 15 12:51:51 2007
>
> Both 5.8.8.
>
> I wonder what bit of cleverness I'm missing.
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
>


-- 
Best regards, Ruslan.


More information about the Rt-devel mailing list