diff --git a/views.py b/views.py
index dfa9d2d8218e769a84b341f368fb85b3044f3713_dmlld3MucHk=..52afeac04d882f6f41ac82bf4d2f47b6cfbcda5d_dmlld3MucHk= 100644
--- a/views.py
+++ b/views.py
@@ -134,6 +134,7 @@
             text = safe_cut(text, maxsize)
         self.w(u'<div class="commentInfo">')
         self.w(self.format_date(entity.creation_date))
+        self.w(u' %s' % self.format_time(entity.creation_date))
         if entity.creator:
             authorlink = entity.creator.view('oneline')
             self.w(u', %s <span class="author">%s</span> \n' % (_('written by'),