<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">I'm not sure if i'm missing something but it appears the GMT +- timezones are inverted.<div>
<br></div><div>I'm in Brisbane/Australia (GMT + 10), so i'm expecting it to behave similar to Etc/GMT+10</div><div><br></div><div><br></div><div>code</div><div><br></div><div><br></div><div><div>require 'tzinfo'</div>
</div><div>tz = TZInfo::Timezone.get('Australia/Brisbane')</div><div>local = tz.utc_to_local(Time.utc(2005,8,29,12,0,0))</div><div><br></div><div>=> "Mon Aug 29 22:00:00 UTC 2005" #what i would expect.... (10 hrs after GMT)</div>
<div><br></div><div><br></div><div><br></div><div><br></div><div>require 'tzinfo'</div><div>tz = TZInfo::Timezone.get('Etc/GMT+10')</div><div><div>local = tz.utc_to_local(Time.utc(2005,8,29,12,0,0))</div></div>
<div><br></div><div>=> "Mon Aug 29 02:00:00 UTC 2005" #this seems the opposite to me... (10 hrs before GMT)</div><div><br></div><div><br></div><div>Is my assumption incorrect?</div><div><br></div><div>Thanks </div>
<div><br></div><font color="#888888"><div>Mark</div><div><br></div><div><br></div></font></span>