<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,6 @@ H2O template markup
 ========================
 Being a martial art fan, I burrow a quote.
 
-&gt;Empty your mind, be formless. Shapeless, like water. If you put water into a cup, it becomes the cup. You put water into a bottle and it becomes the bottle. You put it in a teapot it becomes the teapot. Now, water can flow or it can crash. **Be water my friend**. -- Bruce Lee
 
 
 H2o template</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -252,8 +252,10 @@ class DatetimeFilters extends FilterCollection {
     static function date($time, $format = 'jS F Y H:i') {
         if ($time instanceof DateTime) 
             $time  = (int) $time-&gt;format('U');
-
-        return date($format, strtotime($time));
+        if (!is_numeric($time)) 
+          $time = strtotime($time);
+          
+        return date($format, $time);
     }
 
     static function relative_time($timestamp, $format = 'g:iA') {</diff>
      <filename>h2o/filters.php</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ class H2o_Loader {
     public $parser;
     public $runtime;
     public $cached = false;
-    private $cache = false;
+    protected $cache = false;
     public $searchpath = false;
     
     function read($filename) {}</diff>
      <filename>h2o/loaders.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>96c34d8e23e111014fbbad40af3726cc4bdfc3f8</id>
    </parent>
  </parents>
  <author>
    <name>speedmax</name>
    <email>subjective@gmail.com</email>
  </author>
  <url>http://github.com/speedmax/h2o-php/commit/6605795f2adf73c86d3f2f126e064ce99988b911</url>
  <id>6605795f2adf73c86d3f2f126e064ce99988b911</id>
  <committed-date>2009-10-07T17:07:15-07:00</committed-date>
  <authored-date>2009-10-07T17:07:15-07:00</authored-date>
  <message> - Fixed loader subclass issue
 - Adding integer support for date filter (Thanks ai.james)</message>
  <tree>29ab88617e4ae624bbeff2423a94fc03d396ee4f</tree>
  <committer>
    <name>speedmax</name>
    <email>subjective@gmail.com</email>
  </committer>
</commit>
