Submitted by module is creating invalid date stings for comments.

Replacing

format_date($comment->created)

With

format_date($comment->timestamp)

In the submittd_by_comment_submitted function as fixed the issue for me. $comment->timestamp is what the core theme function uses.

Comments

nancydru’s picture

Status: Needs review » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.