<?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>Tuts4Tech &#187; Local Time</title>
	<atom:link href="http://tuts4tech.net/tag/local-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting Local Time on a Linux Server</title>
		<link>http://tuts4tech.net/2009/08/02/setting-local-time-on-a-linux-server/</link>
		<comments>http://tuts4tech.net/2009/08/02/setting-local-time-on-a-linux-server/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 04:55:11 +0000</pubDate>
		<dc:creator>Gamerx287</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Local Time]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=515</guid>
		<description><![CDATA[I am going to show you a way that I use to set the local time on my Linux servers. It really isn't that hard either. First, you should get NTP installed. Next, just in case, make a backup of your already configured time. Then we start to go into the process of getting the [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to show you a way that I use to set the local time on my Linux servers. It really isn't that hard either.</p>
<p>First, you should get NTP installed.</p>
<pre class="brush: bash; title: ; notranslate">apt-get install ntp ntpdate</pre>
<p>Next, just in case, make a backup of your already configured time.</p>
<pre class="brush: bash; title: ; notranslate">mv /etc/localtime /etc/localtime-backup</pre>
<p>Then we start to go into the process of getting the new local time file. We do this by going to /usr/share/zoneinfo.</p>
<pre class="brush: bash; title: ; notranslate">cd /usr/share/zoneinfo</pre>
<p>Once you reach this folder, there should be a list of folders of different countries. Go to the directory that you are located in. In this case, I am going to choose America.</p>
<p>Once you are in the folder of your country, there should be a bunch of cities that are in your country. Pick the closest city in your timezone. For example, I would choose Chicago. Then run the following command, changing, of course what needs to be changed to fit your needs.</p>
<pre class="brush: bash; title: ; notranslate">ln -sf /usr/share/zoneinfo/America/Chicago /etc/localtime</pre>
<p>Once you execute that command, the local time should be all set! To see the time on the machine, simply type "date" in the command line.</p>
<p>I hope this tutorial can be useful for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/08/02/setting-local-time-on-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

