﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://purl.org/atom/ns#">
	<link xmlns="http://purl.org/atom/ns#" type="text/html" rel="alternate" href="http://sial.org/blog/" title="Jeremy Mates’s Blog"/>
	<title xmlns="http://purl.org/atom/ns#">Jeremy Mates’s Blog</title>
	<entry xmlns="http://purl.org/atom/ns#" xmlns:default="http://www.w3.org/1999/xhtml">
		<title xmlns="http://purl.org/atom/ns#">Debug Daylight Time Changes</title>
		<dc:subject>Computers</dc:subject>
		<summary xmlns="http://purl.org/atom/ns#">summary</summary>
		<content xmlns="http://purl.org/atom/ns#" mode="escaped">&lt;p&gt;The forum post &lt;a href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1007176&amp;admit=-682735245+1170473606637+28353475"&gt;how to test Daylight Saving Time settings for 2007&lt;/a&gt; contains a script that tests daylight saving changes without altering the system time.&lt;/p&gt;
&lt;p&gt;Like Y2K, the early daylight savings change this year gives management something to fuss over. I’m personally in favor of more &lt;a href="http://www.freebsd.org/cgi/man.cgi?query=gmtime&amp;sektion=3"&gt;&lt;tt&gt;gmtime(3)&lt;/tt&gt;&lt;/a&gt; and less &lt;a href="http://www.freebsd.org/cgi/man.cgi?query=localtime&amp;sektion=3"&gt;&lt;tt&gt;localtime(3)&lt;/tt&gt;&lt;/a&gt; use, as a code review at work reveals many needless &lt;tt&gt;localtime&lt;/tt&gt; uses. Unfortunately these uses will require a fair amount of work to convert to &lt;tt&gt;gmtime&lt;/tt&gt;, especially where the data wanders off to other groups.&lt;/p&gt;
&lt;br /&gt;

		</content>
		<issued xmlns="http://purl.org/atom/ns#">2007-02-02T21:41:41-0800</issued>
		<link xmlns="http://purl.org/atom/ns#" type="text/html" rel="alternate" href="http://sial.org/blog/2007/02/debug_daylight_time_changes.html" title=""/>
		<id xmlns="http://purl.org/atom/ns#">144</id>
	</entry>
</feed>
