<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -141,17 +141,19 @@
 	&lt;div class=&quot;tickers3&quot;&gt;
 	  &lt;xsl:variable name=&quot;microblogs&quot;
 			select=&quot;collection[@name='microblogs']&quot;/&gt;
+	  &lt;xsl:variable name=&quot;items&quot;
+			select=&quot;hv:collection-items('microblogs')&quot;/&gt;
 	  &lt;xsl:variable name=&quot;now&quot;
-			select=&quot;date:date-time()&quot;/&gt;
+			select=&quot;string($items/item[1]/date)&quot;/&gt;
 
 	  &lt;div class=&quot;ticker&quot;&gt;
 	    &lt;h2&gt;Microblogging &#8212; today&lt;/h2&gt;
 	    &lt;ul&gt;
-              &lt;xsl:for-each select=&quot;hv:collection-items('microblogs')/item&quot;&gt;
+              &lt;xsl:for-each select=&quot;$items/item&quot;&gt;
 		&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;starts-with($diff, '-P') or
+		&lt;xsl:if test=&quot;$diff = 'P0D' 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;
@@ -167,7 +169,7 @@
 	  &lt;div class=&quot;ticker&quot;&gt;
 	    &lt;h2&gt;Microblogging &#8212; yesterday&lt;/h2&gt;
 	    &lt;ul&gt;
-              &lt;xsl:for-each select=&quot;hv:collection-items('microblogs')/item&quot;&gt;
+              &lt;xsl:for-each select=&quot;$items/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),
 			      'P1DT')&quot;&gt;
@@ -189,7 +191,7 @@
 		&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, '-P')) and
+		&lt;xsl:if test=&quot;not($diff = 'P0D') 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;</diff>
      <filename>templates/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f6b55867af66159d90b77ee7379ce6174a2e884</id>
    </parent>
  </parents>
  <author>
    <name>Astro</name>
    <email>astro@spaceboyz.net</email>
  </author>
  <url>http://github.com/astro/harvester/commit/c3c6145bb7b46c18ce11149e3bea221c11369333</url>
  <id>c3c6145bb7b46c18ce11149e3bea221c11369333</id>
  <committed-date>2009-02-17T14:47:59-08:00</committed-date>
  <authored-date>2009-02-17T14:47:59-08:00</authored-date>
  <message>fetch Microblogging items only once and treat first date as now</message>
  <tree>ae968b8f4f313e497401b053e50e1a731e97d633</tree>
  <committer>
    <name>Astro</name>
    <email>astro@spaceboyz.net</email>
  </committer>
</commit>
