Fixed this with a workaround around line 350 like this:
$blah = str_replace(“T”, ” “, $blah);
$blah = str_replace(“Z”, “”, $blah);
$commentdata[‘comment_date’] = gmdate(“Y-m-d H:i:s”,strtotime($blah));
Strange chars in the timestamp.
Same happens for me. It also looks like it doesn’t support chars like æøå , the comment cuts right before those chars.
Regards, Magnus