about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T19·59+0200
committer"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T19·59+0200
commit008e333146f0dfc9a8dfe3ec7d0598764c3f068c (patch)
tree34233e5a9d35457c74986f0713e37234ee8e1ba4 /src
parent1452476015ebf6577c4fb1efa3f76fbefd1ae3a6 (diff)
* time hotfix
Diffstat (limited to 'src')
-rw-r--r--src/Blog.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index 72995e008755..a814a746170d 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -120,7 +120,7 @@ $forall entry <- elist
       <a href=#{linkElems entry}>
         <b>#{title entry}
         <br>
-        <i>#{pack $ formatTime defaultTimeLocale "%Y-%M-%d" $ edate entry}
+        <i>#{pack $ formatTime defaultTimeLocale "%Y-%m-%d" $ edate entry}
         <br>
         #{linkText $ length $ comments entry}
         #{cHead $ lang entry}