f1ec90b2adf7

Fix timezones
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Oct 2012 11:15:38 -0400
parents 47443db6c7d3
children 6432040d5154
branches/tags (none)
files layout/_post.html

Changes

--- a/layout/_post.html	Fri Oct 12 11:02:49 2012 -0400
+++ b/layout/_post.html	Fri Oct 12 11:15:38 2012 -0400
@@ -27,7 +27,7 @@
         <p>
             Posted
             <span class="timeago"
-                  title="{{ page.created|date:"Y-m-d" }}T{{ page.created|date:"H:i:s" }}">
+                  title="{{ page.created|date:"Y-m-d" }}T{{ page.created|date:"H:i:s" }}-0400">
             </span>
             on {{ page.created|date:"F j, Y" }}.
         </p>