Re: [rt-users] Timezone set to GMT?

2016-11-21 Thread Alex Hall
I'm using the RT default, which appears to pull the information from /etc/timezone: my $zone = "UTC"; $zone=`/bin/cat /etc/timezone` if -f "/etc/timezone"; chomp $zone; Set($Timezone, $zone); And /etc/timezone exists and is set correctly. I can just set the actual value in this file, but I'm

Re: [rt-users] Timezone set to GMT?

2016-11-18 Thread Landon Stewart
On Nov 18, 2016, at 11:40 AM, Alex Hall mailto:ah...@autodist.com>> wrote: Hi all, I have the timezone set in SiteConfig how it came by default, and /etc/timezone on my server is correct. Yet, I've just noticed that times in RT are GMT, not Eastern like they should be. I only just noticed this,