<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Timezone keeps resetting in user profile? (Fix)</title>
  <link>http://www.activecollab.com/forums/topic/1397/</link>
  <description>Recent posts on topic: Timezone keeps resetting in user profile? (Fix)</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sun, 23 Nov 2008 07:28:08 CST</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/6623/#post6623</link>
    <guid>http://www.activecollab.com/forums/post/6623/#post6623</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>He posted it here and I moved it to FAQ.</p>]]></description>
    <pubDate>Tue, 13 Feb 2007 02:27:24 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6621/#post6621</link>
    <guid>http://www.activecollab.com/forums/post/6621/#post6621</guid>
    <title>Post #3 by Ryan Cross</title>
    <dc:creator>Ryan Cross</dc:creator>
    <description><![CDATA[<p>you posted this under the FAQ section. but thanks again ;)</p>]]></description>
    <pubDate>Tue, 13 Feb 2007 01:22:02 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6618/#post6618</link>
    <guid>http://www.activecollab.com/forums/post/6618/#post6618</guid>
    <title>Post #2 by adamld</title>
    <dc:creator>adamld</dc:creator>
    <description><![CDATA[<p>Also note that your database is usually prefixed, so the tables are actually ac_timezone and ac_companies<br />
<br />
Cheers,<br />
<br />
Adam</p>]]></description>
    <pubDate>Mon, 12 Feb 2007 17:48:54 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6617/#post6617</link>
    <guid>http://www.activecollab.com/forums/post/6617/#post6617</guid>
    <title>Post #1 by adamld</title>
    <dc:creator>adamld</dc:creator>
    <description><![CDATA[<p>I thought I posted this yesterday but can't find it, here is the fix again:<br />
<br />
_ONLY_ Do this if you know how to use MySQL and PhpMyAdmin. It could destroy your database.<br />
<br />
Hemebond on Feb 4. 2007. 5:23 am said:#19<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 17:48:17 CST</pubDate>
  </item>
</channel>
</rss>