b0VIM 7.2m©1SKЫcrootdev/home/d7days/www/d7days/public/d7-comment_creation_date-1374090-50.patch 3210#"! UtpadÀ < ³•pKìçåŨ¤Œc^, ã Þ Ú Ø ± Œ Š < ; // If the comment was posted by a registered user, assign the author's ID. $comment->changed = REQUEST_TIME;+ $comment->created = $comment->date;++ + }+ $comment->date = strtotime('now');+ if (empty($comment->date) ) {- $comment->created = strtotime($comment->date); }+ $comment->date = $comment->created;+ if ($comment->cid) {+ - $comment->date = 'now';- if (empty($comment->date)) { } $comment = (object) $comment;@@ -2169,10 +2169,16 @@ function comment_submit($comment) {+++ b/modules/comment/comment.module--- a/modules/comment/comment.moduleindex 6f6c04b..bb1fd34 100644diff --git a/modules/comment/comment.module b/modules/comment/comment.module