diff options
Diffstat (limited to 'modules/comment/views/comment.html.php')
-rw-r--r-- | modules/comment/views/comment.html.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/comment/views/comment.html.php b/modules/comment/views/comment.html.php index 4cd1663c..19886d28 100644 --- a/modules/comment/views/comment.html.php +++ b/modules/comment/views/comment.html.php @@ -2,8 +2,7 @@ <li id="gComment-<?= $comment->id; ?>"> <p> <a href="#" class="gAuthor"><?= $comment->author ?></a> - <?= comment::format_elapsed_time($comment->created) ?>, - <span class="gUnderstate"><?= strftime('%c', $comment->created) ?></span> + <?= date("Y-M-d H:i:s", $comment->created) ?> </p> <div> <?= $comment->text ?> |