<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — How to change system date and time]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1712</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1712&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to change system date and time.]]></description>
		<lastBuildDate>Fri, 19 Oct 2012 11:20:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13869#p13869</link>
			<description><![CDATA[<p>TimeZone Setting for MySQL server may also be an issue if timestamp fields are used. datetime fields set purely using php should be managed in php.ini / config.php setting of php timezone variable. Mysql time computation with NOW() or CURRENT_TIMESTAMP may also be an issue if used in FA.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 19 Oct 2012 11:20:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13869#p13869</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13867#p13867</link>
			<description><![CDATA[<p>You can also laborate with these lines (24-26) in config.php file:<br /></p><div class="codebox"><pre><code>    if (!ini_get(&#039;date.timezone&#039;))
       ini_set(&#039;date.timezone&#039;, &#039;Europe/Berlin&#039;);</code></pre></div><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 19 Oct 2012 06:50:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13867#p13867</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13863#p13863</link>
			<description><![CDATA[<p>This should be easy if your branches or the companies are across the same timezone.&nbsp; Going to php.in (or, php5.ini) should help you.</p><p>In one of these files (php.ini or php5.ini), find this line that refers to the timezone.<br />date.timezone = (and default value of your server time zone)</p><p>Change this above line to your respective timezone like<br />date.timezone = Asia/Bangkok</p><p>Remember, you can find your timezone and replace Asia/Bangkok with your timezone.</p><p>Hope this helps all those looking for a similar problem.</p><br /><p>Good Luck!<br />Jan_JBB</p>]]></description>
			<author><![CDATA[null@example.com (Jan_JBB)]]></author>
			<pubDate>Fri, 19 Oct 2012 04:56:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13863#p13863</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7857#p7857</link>
			<description><![CDATA[<p>Keep in mind thee is a couple of php.ini files, each related to another SAPI (apache, CLI etc). If unsure or you have not full access to php.ini configuration you can also set timezone with ini_set function call in config.php. See in config.default.php file how it is done in case of lack of system timezone setting.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 29 Dec 2010 16:49:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7857#p7857</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7856#p7856</link>
			<description><![CDATA[<p>Janusz</p><p>I did what you suggest but it does not help.</p>]]></description>
			<author><![CDATA[null@example.com (jori)]]></author>
			<pubDate>Wed, 29 Dec 2010 16:30:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7856#p7856</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7853#p7853</link>
			<description><![CDATA[<p>Try to change date.timezone in apache related php.ini file to &#039;Asia/Tbilisi&#039;.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 29 Dec 2010 12:21:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7853#p7853</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7850#p7850</link>
			<description><![CDATA[<p>I know there are some problems with daylight zones forth and back. I am not sure how to solve this in Windows. Maybe somebody in the community can help us.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 29 Dec 2010 08:27:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7850#p7850</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7848#p7848</link>
			<description><![CDATA[<p>Joe As I understand from your answer it&#039;s not possible to set server time to local, correct? I&#039;ve FA on my laptop running IIS7.5 on Windows 7 x64, and FA system time is 3 hours behind. I put checkbox in company setup and it shows +0100 GMT on reports, I&#039;m +0400 GMT, how to change earlier to the later?</p>]]></description>
			<author><![CDATA[null@example.com (jori)]]></author>
			<pubDate>Tue, 28 Dec 2010 18:59:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7848#p7848</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7584#p7584</link>
			<description><![CDATA[<p>You can get the timezone printed after the date on the reports by marking the checkbox for that in Company Setup.<br />We can not change it in the core, due to users on the same company in several timezones.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 02 Dec 2010 07:45:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7584#p7584</guid>
		</item>
		<item>
			<title><![CDATA[How to change system date and time]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7583#p7583</link>
			<description><![CDATA[<p>Dear Sir,</p><p>I found that system date and time is not match with local time.<br />I installed FA in my hosting server and it seems that system date and time is follow the hosting server.</p><p>How to change the system date/time so same as local time.</p><p>Thank you.<br />Ken Surya.</p>]]></description>
			<author><![CDATA[null@example.com (slametsur)]]></author>
			<pubDate>Thu, 02 Dec 2010 04:25:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7583#p7583</guid>
		</item>
	</channel>
</rss>
