diff -u b/modules/comment/comment.module b/modules/comment/comment.module --- b/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -2179,7 +2179,7 @@ if (empty($comment->date)) { $comment->date = 'now'; } - $comment->created = strtotime($comment->date); + $comment->created = strtotime($comment->date, REQUEST_TIME); $comment->changed = REQUEST_TIME; // If the comment was posted by a registered user, assign the author's ID.