
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://wiki.ljackson.us/skins/common/feed.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Daylight Savings Time - Revision history</title>
		<link>http://wiki.ljackson.us/index.php?title=Daylight_Savings_Time&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.7.1</generator>
		<lastBuildDate>Wed, 08 Apr 2026 10:51:16 GMT</lastBuildDate>
		<item>
			<title>Ljackson at 12:42, 23 March 2007</title>
			<link>http://wiki.ljackson.us/index.php?title=Daylight_Savings_Time&amp;diff=2086&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;On my servers, I used&lt;br /&gt;
&lt;br /&gt;
#zdump -v /etc/localtime | grep 2007&lt;br /&gt;
&lt;br /&gt;
to verify the 2007 timezone settings. Mine showed April 1st as the date of change... and not March 11.&lt;br /&gt;
&lt;br /&gt;
I went to http://www.twinsun.com/tz/tz-link.htm and downloaded tzdata2006p.tar.gz. I un-tared this file into a temp directory and executed&lt;br /&gt;
&lt;br /&gt;
# zic -d /tmp/zoneinfo northamerica&lt;br /&gt;
&lt;br /&gt;
to compile the timezone data files. I then copied the EST5EDT file to /usr/share/zoneinfo/ directory and America/Montreal file into /usr/share/zoneinfo/America directory. Doing a quick test will make sure these new files are good.&lt;br /&gt;
&lt;br /&gt;
# zdump -v /usr/share/zoneinfo/EST5EDT | grep 2007&lt;br /&gt;
# zdump -v /usr/share/zoneinfo/America/Montreal | grep 2007&lt;br /&gt;
&lt;br /&gt;
lastly I linked the localtime file&lt;br /&gt;
&lt;br /&gt;
# ln -fs /etc/localtime /usr/share/zoninfo/EST5EDT&lt;br /&gt;
# zdump -v /etc/localtime | grep 2007&lt;br /&gt;
&lt;br /&gt;
the expected output should look a little like thi&lt;br /&gt;
&lt;br /&gt;
/etc/localtime Sun Mar 11 06:59:59 2007 UTC = Sun Mar 11 01:59:59 2007 EST isdst=0 gmtoff=-18000&lt;br /&gt;
/etc/localtime Sun Mar 11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007 EDT isdst=1 gmtoff=-14400&lt;br /&gt;
/etc/localtime Sun Nov 4 05:59:59 2007 UTC = Sun Nov 4 01:59:59 2007 EDT isdst=1 gmtoff=-14400&lt;br /&gt;
/etc/localtime Sun Nov 4 06:00:00 2007 UTC = Sun Nov 4 01:00:00 2007 EST isdst=0 gmtoff=-18000&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows XP]]&lt;br /&gt;
[[Category:Mac OS X]]&lt;/div&gt;</description>
			<pubDate>Fri, 23 Mar 2007 12:42:08 GMT</pubDate>			<dc:creator>Ljackson</dc:creator>			<comments>http://wiki.ljackson.us/Talk:Daylight_Savings_Time</comments>		</item>
	</channel>
</rss>