<?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>Sky Rocket Inc. &#187; server time-zone</title>
	<atom:link href="http://www.skyrocketonlinemarketing.com/tag/server-time-zone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skyrocketonlinemarketing.com</link>
	<description>Online Marketing</description>
	<lastBuildDate>Sat, 17 Jul 2010 12:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to change time-zone on a Linux server</title>
		<link>http://www.skyrocketonlinemarketing.com/how-to-change-time-zone-on-a-linux-server/</link>
		<comments>http://www.skyrocketonlinemarketing.com/how-to-change-time-zone-on-a-linux-server/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 23:44:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Settings]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server time-zone]]></category>

		<guid isPermaLink="false">http://oneninesevensix.com/notebook/?p=4</guid>
		<description><![CDATA[We run multiple websites on multiple servers so it&#8217;s fairly important that we can synchronise the time-zones on all these different boxes. We found the Linux process of changing time-zone a little quirky, so we thought we would note it down here for future reference. I think the following applies to most flavours of Linux, [...]<p>Post from: <a href="http://skyrocketonlinemarketing.com">Sky Rocket</a><br/><br/><a href="http://www.skyrocketonlinemarketing.com/how-to-change-time-zone-on-a-linux-server/">How to change time-zone on a Linux server</a></p>



Related posts:<ol><li><a href='http://www.skyrocketonlinemarketing.com/slicehost-a-quick-fun-way-to-learn-linux-server-administration/' rel='bookmark' title='Permanent Link: Slicehost: a quick, fun way to learn Linux server administration'>Slicehost: a quick, fun way to learn Linux server administration</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/rotate-apache-log-files-on-ubuntu-hardy-heron-server/' rel='bookmark' title='Permanent Link: Rotate Apache log files on Ubuntu Hardy Heron server'>Rotate Apache log files on Ubuntu Hardy Heron server</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/ubuntu-server-distro-directupgrade/' rel='bookmark' title='Permanent Link: Ubuntu server distro direct-upgrade'>Ubuntu server distro direct-upgrade</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/importing-csvs-bento/' rel='bookmark' title='Permanent Link: Importing CSVs into Bento'>Importing CSVs into Bento</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/sort-highrise-email-addresses-tag-check-duplicates-excel/' rel='bookmark' title='Permanent Link: Sort Highrise email addresses by tag and check for duplicates in Excel'>Sort Highrise email addresses by tag and check for duplicates in Excel</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We run multiple websites on multiple servers so it&#8217;s fairly important that we can synchronise the time-zones on all these different boxes.</p>
<p>We found the Linux process of changing time-zone a little quirky, so we thought we would note it down here for future reference.</p>
<p>I think the following applies to most flavours of Linux, but we&#8217;re specifically using Ubuntu Dapper Drake in this example.</p>
<p>First of all, you&#8217;ll probably want to check the time and date on your box, to do this log-in via SSH and type the following command at the prompt:</p>
<p><code>date</code></p>
<p>You should then see the current time and date in this format:</p>
<p><code>Mon Aug 13 09:30:19 EDT 2007</code></p>
<p>OK, so let&#8217;s change our time-zone from EDT to something else. The server time-zone is controlled by a file called localtime, this file is a symbolic link to the specific time zone file. This file can be found in the etc/ folder, the specific time zone files can be found in usr/share/zoneinfo/. So, we just need to re-write the localtime sym link and re-point it. Working in the etc/ folder which contains localtime, type:</p>
<p><code>ln -sf /usr/share/zoneinfo/EST localtime</code></p>
<p>Now, when you check the time and date, you should that it now displays a different time and zone:</p>
<p><code>Mon Aug 13 06:45:02 PST 2007</code></p>
<p>There you have it, time-zone changed!</p>
<p>There are lots of options in the zoneinfo folder, take a look inside to see what you can use.</p>
<p>Post from: <a href="http://skyrocketonlinemarketing.com">Sky Rocket</a><br/><br/><a href="http://www.skyrocketonlinemarketing.com/how-to-change-time-zone-on-a-linux-server/">How to change time-zone on a Linux server</a></p>


<p>Related posts:<ol><li><a href='http://www.skyrocketonlinemarketing.com/slicehost-a-quick-fun-way-to-learn-linux-server-administration/' rel='bookmark' title='Permanent Link: Slicehost: a quick, fun way to learn Linux server administration'>Slicehost: a quick, fun way to learn Linux server administration</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/rotate-apache-log-files-on-ubuntu-hardy-heron-server/' rel='bookmark' title='Permanent Link: Rotate Apache log files on Ubuntu Hardy Heron server'>Rotate Apache log files on Ubuntu Hardy Heron server</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/ubuntu-server-distro-directupgrade/' rel='bookmark' title='Permanent Link: Ubuntu server distro direct-upgrade'>Ubuntu server distro direct-upgrade</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/importing-csvs-bento/' rel='bookmark' title='Permanent Link: Importing CSVs into Bento'>Importing CSVs into Bento</a></li>
<li><a href='http://www.skyrocketonlinemarketing.com/sort-highrise-email-addresses-tag-check-duplicates-excel/' rel='bookmark' title='Permanent Link: Sort Highrise email addresses by tag and check for duplicates in Excel'>Sort Highrise email addresses by tag and check for duplicates in Excel</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.skyrocketonlinemarketing.com/how-to-change-time-zone-on-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
