<?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>Hot Koehl &#187; servers</title>
	<atom:link href="http://frankkoehl.com/tag/servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankkoehl.com</link>
	<description>The more you know, the more you don't know</description>
	<lastBuildDate>Mon, 16 Jan 2012 22:52:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Change timezone to GMT in Debian</title>
		<link>http://frankkoehl.com/2009/10/change-timezone-gmt-debian/</link>
		<comments>http://frankkoehl.com/2009/10/change-timezone-gmt-debian/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:25:39 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[For techies]]></category>
		<category><![CDATA[handy functions]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://frankkoehl.com/?p=899</guid>
		<description><![CDATA[If you need to change the timezone of a Debian system, your searches will probably tell you to use the tzselect utility. That will only change the timezone for the server temporarily. Use that command and then run this: cat /etc/timezone See how the timezone didn&#8217;t change? Left alone, the system will revert to the [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to change the timezone of a Debian system, your searches will probably tell you to use the <code>tzselect</code> utility. That will only change the timezone for the server temporarily. Use that command and then run this: </p>
<pre>cat /etc/timezone</pre>
<p>See how the timezone didn&#8217;t change? Left alone, the system will revert to the timezone stored in /etc/timezone at next reboot. </p>
<p>Plus, <code>tzselect</code> does not offer the full compliment of possible timezones. I recently needed to change my server to GMT, for example, and <code>tzselect</code> does not include an option for it.</p>
<p>Instead, Debian has a less-publicized tool that will solve both problems&#8230;</p>
<pre>dpkg-reconfigure tzdata</pre>
<p>Run that command and it will permanently change the timezone for the system, and includes options for all sort of obscure timezones. I wouldn&#8217;t consider GMT to be obscure, but maybe that&#8217;s just me.</p>
<p>Took me forever to find this searching earlier today. I don&#8217;t know why this isn&#8217;t more widely noted, but there you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankkoehl.com/2009/10/change-timezone-gmt-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

