<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -149,8 +149,10 @@
 	    &lt;ul&gt;
               &lt;xsl:for-each select=&quot;hv:collection-items('microblogs')/item&quot;&gt;
 		&lt;!--xsl:sort select=&quot;date&quot; order=&quot;descending&quot;/--&gt;
-		&lt;xsl:if test=&quot;starts-with(date:difference(date, $now),
-			      'PT')&quot;&gt;
+		&lt;xsl:variable name=&quot;diff&quot; 
+			      select=&quot;date:difference(date, $now)&quot;/&gt;
+		&lt;xsl:if test=&quot;starts-with($diff, '-P') or
+			      starts-with($diff, 'PT')&quot;&gt;
 		  &lt;xsl:variable name=&quot;rss&quot; select=&quot;string(rss)&quot;/&gt;
 		  &lt;xsl:variable name=&quot;feed&quot;
 				select=&quot;$microblogs/feed[rss=$rss]&quot;/&gt;
@@ -187,7 +189,8 @@
 		&lt;!--xsl:sort select=&quot;date&quot; order=&quot;descending&quot;/--&gt;
 		&lt;xsl:variable name=&quot;diff&quot; 
 			      select=&quot;date:difference(date, $now)&quot;/&gt;
-		&lt;xsl:if test=&quot;not(starts-with($diff, 'PT')) and
+		&lt;xsl:if test=&quot;not(starts-with($diff, '-P')) and
+			      not(starts-with($diff, 'PT')) and
 			      not(starts-with($diff, 'P1DT'))&quot;&gt;
 		  &lt;xsl:variable name=&quot;rss&quot; select=&quot;string(rss)&quot;/&gt;
 		  &lt;xsl:variable name=&quot;feed&quot;</diff>
      <filename>templates/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb854f5747e2eb442b0ea1b0c9c074953d84a9bf</id>
    </parent>
  </parents>
  <author>
    <name>Astro</name>
    <login>astro</login>
    <email>astro@spaceboyz.net</email>
  </author>
  <url>http://github.com/astro/harvester/commit/9f6b55867af66159d90b77ee7379ce6174a2e884</url>
  <id>9f6b55867af66159d90b77ee7379ce6174a2e884</id>
  <committed-date>2009-02-17T14:42:32-08:00</committed-date>
  <authored-date>2009-02-17T14:42:32-08:00</authored-date>
  <message>Microblogging: treat future entries as today</message>
  <tree>fc91195369672f72ee1c0863ddbd087c5c7d8085</tree>
  <committer>
    <name>Astro</name>
    <login>astro</login>
    <email>astro@spaceboyz.net</email>
  </committer>
</commit>
