<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FreeWebHostDir Tutorials &#187; time zone</title>
	<atom:link href="http://tutorials.freewebhostdir.com/tag/time-zone/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorials.freewebhostdir.com</link>
	<description>FreeWebHostDir Tutorials</description>
	<lastBuildDate>Sun, 01 Aug 2010 01:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to change your server time zone using .htaccess or php.ini?</title>
		<link>http://tutorials.freewebhostdir.com/how-to-change-your-server-time-zone-using-htaccess-or-php-ini/</link>
		<comments>http://tutorials.freewebhostdir.com/how-to-change-your-server-time-zone-using-htaccess-or-php-ini/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:46:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[server time]]></category>
		<category><![CDATA[time zone]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=125</guid>
		<description><![CDATA[If you are hosting in a different time zone and would like to change the server&#8217;s time zone please do the following: If you have PHP running as a CGI module Check if your cgi folder or root folder has a file called php.ini, if no, then use your notepad to create one and have [...]]]></description>
			<content:encoded><![CDATA[<p>If you are hosting in a different time zone and would like to change the server&#8217;s time zone please do the following:</p>
<p><span id="more-125"></span><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as a CGI module</a></p>
<ul>
<li>Check if your cgi folder or root folder has a file called php.ini, if no, then use your notepad to create one and have it uploaded to your root/cgi folder</li>
<li>add &#8220;date.timezone = America/New_York&#8221; (without quotes) to your php.ini then save the file</li>
</ul>
<p><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as an apache module</a></p>
<ul>
<li>Check if your root folder has a file called .htaccess, if no, then use your notepad to create one and have it uploaded to your root folder</li>
<li>add &#8220;SetEnv TZ America/Los_Angeles&#8221; (without quotes) to your .htaccess then save the file</li>
</ul>
<p>Please change <span>America/New_York or America/Los_Angeles to your specific time zone. To see the list of the time zones, please click <a href="http://www.php.net/manual/en/timezones.php" target="_blank">http://www.php.net/manual/en/timezones.php</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/how-to-change-your-server-time-zone-using-htaccess-or-php-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
