<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: How to fix problems with timezones larger than -9.5, +9.5</title>
  <link>http://www.activecollab.com/forums/topic/1388/</link>
  <description>Recent posts on topic: How to fix problems with timezones larger than -9.5, +9.5</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 16 Oct 2008 04:27:16 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/6575/#post6575</link>
    <guid>http://www.activecollab.com/forums/post/6575/#post6575</guid>
    <title>Post #4 by Ryan Cross</title>
    <dc:creator>Ryan Cross</dc:creator>
    <description><![CDATA[<p>Sorry - thanks for fixing it! =)</p>]]></description>
    <pubDate>Mon, 12 Feb 2007 05:34:29 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6573/#post6573</link>
    <guid>http://www.activecollab.com/forums/post/6573/#post6573</guid>
    <title>Post #3 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Ryan Cross:</div>Isn't this a bug that should be filed with the developer? </blockquote></div><br />
<br />
I'm aware of the problem. It will be fixed. Until then this is a working solution.</p>]]></description>
    <pubDate>Mon, 12 Feb 2007 05:05:54 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6571/#post6571</link>
    <guid>http://www.activecollab.com/forums/post/6571/#post6571</guid>
    <title>Post #2 by Ryan Cross</title>
    <dc:creator>Ryan Cross</dc:creator>
    <description><![CDATA[<p>Isn't this a bug that should be filed with the developer? </p>]]></description>
    <pubDate>Mon, 12 Feb 2007 04:38:51 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6565/#post6565</link>
    <guid>http://www.activecollab.com/forums/post/6565/#post6565</guid>
    <title>Post #1 by adamld</title>
    <dc:creator>adamld</dc:creator>
    <description><![CDATA[<p>If you have a problem where you cannot set your timezone correctly (Anything above +9.5 hours does not stick) then use the below suggestion from Hemebond.<br />
<br />
The problem is with the database. The &quot;timezone&quot; column in the &quot;companies&quot; table is set to FLOAT(2,1). This is too small. It needs to be FLOAT(3,1).<br />
<br />
ALTER TABLE companies MODIFY timezone FLOAT(3,1);<br />
<br />
You'll also need to alter the users table.<br />
<br />
ALTER TABLE users MODIFY timezone FLOAT(3,1);</p>]]></description>
    <pubDate>Mon, 12 Feb 2007 00:49:39 UTC</pubDate>
  </item>
</channel>
</rss>