diff --git a/templates/sidebar.html b/templates/sidebar.html
index f06e050..5ff1ffd 100644
--- a/templates/sidebar.html
+++ b/templates/sidebar.html
@@ -49,7 +49,7 @@
{{ if and .PostID .Posts }}
- this post was submitted on {{ (index .Posts 0).Post.Published.Time.Format "01 Jan 2006" }}
+ this post was submitted on {{ (index .Posts 0).Post.Published.Time.Format "02 Jan 2006" }}
{{ (index .Posts 0).Counts.Score }} points ({{likedPerc (index .Posts 0).Counts}}% liked)
{{ end }}