<?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"
	>
<channel>
	<title>Comments on: ASL: Searching</title>
	<atom:link href="http://boredzo.org/blog/archives/2008-01-23/asl-searching/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2008-01-23/asl-searching</link>
	<description>The personal weblog of Peter Hosey.</description>
	<pubDate>Fri, 05 Dec 2008 13:19:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2008-01-23/asl-searching#comment-157763</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Thu, 24 Jan 2008 16:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-01-23/asl-searching#comment-157763</guid>
		<description>&lt;p&gt;Ahruman: I've added a note about that.&lt;/p&gt;

&lt;p&gt;Keep in mind that the actual specification of &lt;code&gt;ASL_KEY_TIME&lt;/code&gt;'s value is not documented anywhere. The only documentation is of its value is the erroneous comment in asl.h. So all I see is a count of seconds since 1970.&lt;/p&gt;

&lt;p&gt;Do you know of a way that I can tell whether it's giving me leap seconds or not? (Preferably without changing my computer's clock.)&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Ahruman: I've added a note about that.</p>
<p>Keep in mind that the actual specification of <code>ASL_KEY_TIME</code>'s value is not documented anywhere. The only documentation is of its value is the erroneous comment in asl.h. So all I see is a count of seconds since 1970.</p>
<p>Do you know of a way that I can tell whether it's giving me leap seconds or not? (Preferably without changing my computer's clock.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahruman</title>
		<link>http://boredzo.org/blog/archives/2008-01-23/asl-searching#comment-157710</link>
		<dc:creator>Ahruman</dc:creator>
		<pubDate>Thu, 24 Jan 2008 11:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2008-01-23/asl-searching#comment-157710</guid>
		<description>Massive super-nitpick: Unix time is not the number of seconds since the epoch. It’s the number of nominal (clock) seconds since the epoch. This difference (currently about 25 seconds) matters, because Unix time does not increase monotonously – it skips negative seconds and repeats positive leap seconds. If you’re expecting, say, log messages to always be in-order based on Unix time, you’re setting yourself up for a potential failure in the middle of the night once every few years.</description>
		<content:encoded><![CDATA[<p>Massive super-nitpick: Unix time is not the number of seconds since the epoch. It’s the number of nominal (clock) seconds since the epoch. This difference (currently about 25 seconds) matters, because Unix time does not increase monotonously – it skips negative seconds and repeats positive leap seconds. If you’re expecting, say, log messages to always be in-order based on Unix time, you’re setting yourself up for a potential failure in the middle of the night once every few years.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.205 seconds -->
