you should call this page "buggyAddons.com" by the way ...
If you want to see the comment date for the comment instead of the article date you shoud try this on /templates/sj-charly/html/templates/default/item line 595:
<?php echo JHTML::_('date', $this->item->created , JText::_('K2_DATE_FORMAT_LC2')); ?>
should be
<?php echo JHTML::_('date', $comment->commentDate , JText::_('K2_DATE_FORMAT_LC2')); ?>