<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div>
<blockquote type="cite" class="">
<div class="">On Nov 18, 2016, at 11:40 AM, Alex Hall <<a href="mailto:ahall@autodist.com" class="">ahall@autodist.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="">
<div class="">Hi all,<br class="">
</div>
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, but I'm told it has been an ongoing problem.
 That means I don't know what I might have changed, or when.<br class="">
<br class="">
</div>
Is there more to the timezone than letting RT pick it up from /etc/timezone? Do I need to worry about setting MySQL somehow? The file is 644, so is readable by everyone. Thanks.<br clear="all" class="">
</div>
</div>
</blockquote>
<div><br class="">
</div>
</div>
<div>This is probably already set in the shipped configuration in etc/RT_Config.pm as follows but you can override it in etc/RT_SiteConfig.pm</div>
<div><br class="">
</div>
<div>       $Timezone<br class="">
           $Timezone is the default timezone, used to convert times entered by users into GMT, as they are stored in the database, and back again;<br class="">
           users can override this.  It should be set to a timezone recognized by your server.<br class="">
</div>
<div><br class="">
</div>
<div>eg:</div>
<div>Set($Timezone, "US/Eastern");</div>
<br class="">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
--<br class="">
Landon Stewart<br class="">
Lead Analyst - Abuse and Security Management<br class="">
INTERNAP ®<br class="">
📧 <a href="mailto:lstewart@internap.com" class="">lstewart@internap.com</a><br class="">
🌍 <a href="http://www.internap.com" class="">www.internap.com</a></div>
</div>
</div>
<br class="">
</body>
</html>