RT upgrade: all times GMT

Hi,

I just upgraded from 3.6.3 to 3.6.5 and now all times are displayed as
if they were GMT.

I have this:

lethe# grep zone *
RT_Config.pm:# $Timezone is used to convert times entered by users into GMT and back again
RT_Config.pm:# It should be set to a timezone recognized by your local unix box.
RT_Config.pm:Set($Timezone , ‘US/Eastern’);

And I am in US/Eastern, so it “should” work according to:

http://lists.bestpractical.com/pipermail/rt-announce/2007-July/000150.html

I have tried to put ‘GMT’ as a timezone, no go either.

Commenting out the line works.

A.

Premature optimization is the root of all evil
- Donald Knuth

signature.asc (189 Bytes)

Duh… Timezones are different here (on FreeBSD 6.x) from GNU Libc, so I
had to add:

Set($Timezone, ‘America/New_York’);

Problem solved… thanks to #rt! :slight_smile:

A.On Thu, Jan 31, 2008 at 09:28:41PM -0500, The Anarcat wrote:

Hi,

I just upgraded from 3.6.3 to 3.6.5 and now all times are displayed as
if they were GMT.

I have this:

lethe# grep zone *
RT_Config.pm:# $Timezone is used to convert times entered by users into GMT and back again
RT_Config.pm:# It should be set to a timezone recognized by your local unix box.
RT_Config.pm:Set($Timezone , ‘US/Eastern’);

And I am in US/Eastern, so it “should” work according to:

[Rt-announce] RT 3.6.4 now available.

I have tried to put ‘GMT’ as a timezone, no go either.

Commenting out the line works.

A.


Premature optimization is the root of all evil
- Donald Knuth

Having failed to discover weapons of mass destruction, Washington
shifted its propaganda to “establishing democracy.” That flatly refutes
their earlier claim that the “only question” was whether Saddam would
disarm. But with a sufficiently obedient intellectual class, and loyal
media, the farce can proceed untroubled.
- Noam Chomsky, in an interview about Irak

signature.asc (189 Bytes)