<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How to change system date and time]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1712&amp;type=atom" />
	<updated>2012-10-19T11:20:50Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1712</id>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13869#p13869" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-19T11:20:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13869#p13869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13867#p13867" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-10-19T06:50:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13867#p13867</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13863#p13863" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Jan_JBB]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14750</uri>
			</author>
			<updated>2012-10-19T04:56:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13863#p13863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7857#p7857" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-12-29T16:49:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7857#p7857</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7856#p7856" />
			<content type="html"><![CDATA[<p>Janusz</p><p>I did what you suggest but it does not help.</p>]]></content>
			<author>
				<name><![CDATA[jori]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=2992</uri>
			</author>
			<updated>2010-12-29T16:30:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7856#p7856</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7853#p7853" />
			<content type="html"><![CDATA[<p>Try to change date.timezone in apache related php.ini file to &#039;Asia/Tbilisi&#039;.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-12-29T12:21:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7853#p7853</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7850#p7850" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2010-12-29T08:27:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7850#p7850</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7848#p7848" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jori]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=2992</uri>
			</author>
			<updated>2010-12-28T18:59:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7848#p7848</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7584#p7584" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2010-12-02T07:45:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7584#p7584</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to change system date and time]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7583#p7583" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[slametsur]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=2554</uri>
			</author>
			<updated>2010-12-02T04:25:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7583#p7583</id>
		</entry>
</feed>
