<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Setting the Timezones across all VPS&#8217;s (OpenVZ)</title>
	<atom:link href="http://chrisschuld.com/2009/10/setting-the-timezones-across-all-vps-openvz/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisschuld.com/2009/10/setting-the-timezones-across-all-vps-openvz/</link>
	<description>personal musings on the composition of software</description>
	<lastBuildDate>Mon, 06 Sep 2010 02:10:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: serverhorror</title>
		<link>http://chrisschuld.com/2009/10/setting-the-timezones-across-all-vps-openvz/#comment-1663</link>
		<dc:creator>serverhorror</dc:creator>
		<pubDate>Wed, 14 Apr 2010 08:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=273#comment-1663</guid>
		<description>I can only agree to VPSNoc. What about not running instances for example.

Anyway my suggestion is to use UTC all over the place as the reference clock setting.

As soon as you have multiple locations and/or need to work with people in different timezones it pays of.</description>
		<content:encoded><![CDATA[<p>I can only agree to VPSNoc. What about not running instances for example.</p>
<p>Anyway my suggestion is to use UTC all over the place as the reference clock setting.</p>
<p>As soon as you have multiple locations and/or need to work with people in different timezones it pays of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vpsnoc</title>
		<link>http://chrisschuld.com/2009/10/setting-the-timezones-across-all-vps-openvz/#comment-1501</link>
		<dc:creator>vpsnoc</dc:creator>
		<pubDate>Thu, 25 Feb 2010 19:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=273#comment-1501</guid>
		<description>I believe a safer way of doing this would be

for i in `vzlist &#124; awk &#039;{print $1} &#124; grep -v CTID&#039;`
do
  vzctl exec $i rm -f /etc/localtime 2&gt;/dev/null
  vzctl exec $i ln -s /usr/share/zoneinfo/America/Phoenix /etc/localtime
done

Because /vz/private may hold disabled/suspended/shutdown containers or even random directories.</description>
		<content:encoded><![CDATA[<p>I believe a safer way of doing this would be</p>
<p>for i in `vzlist | awk &#8216;{print $1} | grep -v CTID&#8217;`<br />
do<br />
  vzctl exec $i rm -f /etc/localtime 2&gt;/dev/null<br />
  vzctl exec $i ln -s /usr/share/zoneinfo/America/Phoenix /etc/localtime<br />
done</p>
<p>Because /vz/private may hold disabled/suspended/shutdown containers or even random directories.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
