Merge branch 'master' of github.com:webnotes/erpnext into unicode
diff --git a/erpnext/website/blog.py b/erpnext/website/blog.py
index 41a6c27..0e13107 100644
--- a/erpnext/website/blog.py
+++ b/erpnext/website/blog.py
@@ -101,7 +101,7 @@
 		args.get('comment_doctype'), args.get('comment_docname'))
 	
 	
-	comment['comment_date'] = webnotes.utils.pretty_date(comment['creation'])
+	comment['comment_date'] = webnotes.utils.global_date_format(comment['creation'])
 	template_args = { 'comment_list': [comment], 'template': 'html/comment.html' }
 	
 	# get html of comment row