Please, some help with timezone

Hello rt-users,

I’m have very problems setting the dates and hours in RT…

In “config.pm” I do this:

$Timezone = ‘/etc/localtime’;

But, never, the dates are the same that my system…

What could I do?

Please, someone help me… is very important to me resolve this,
and really, I don’t know more what I have to do…

PS: I already used this too:

$Timezone = ‘America/Sao_Paulo’;

And not work…

Hadad mailto:hadad@brturbo.com

I’m have very problems setting the dates and hours in RT…

In “config.pm” I do this:

$Timezone = ‘/etc/localtime’;

I woudn’t expect that to work, as ‘/etc/localtime’ is not a timezone
specification.

$Timezone = ‘America/Sao_Paulo’;

That, on the other hand, should work. Did you restart Apache after you
made this change? (Not just reload, but actually stop it, see all the
processes go away, and then start it again.)

If you do

export TZ='America/Sao_Paulo'
date

do you get the expected result?

Regards,
Steve

“Outlook not so good.” That magic 8-ball knows everything! I’ll ask
about Exchange Server next.
– (Stolen from the net)