Wrong create_date.

このコミットが含まれているのは:
2022-07-04 07:35:32 +09:00
コミット 8decb6e0d1
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -28,7 +28,7 @@
<div class="comment-meta">
<span class="comment-icon"><img style="max-width: 25px; max-height: 25px;" src="<?php echo $c->account->avatar_static; ?>" alt="<?php echo $c->account->display_name ?>'s icon" /></span>
<span class="comment-auth"><a href="<?php echo $c->account->url; ?>"><?php echo $c->account->display_name; ?> (<?php echo $c->account->fqn ?>)</a></span>
<div class="comment-date"><?php echo date('Y/m/d, H:i:s', strtotime($c->account->created_at)); ?></div>
<div class="comment-date"><?php echo date('Y/m/d, H:i:s', strtotime($c->created_at)); ?></div>
</div>
<div class="comment-body">
<?php echo $c->content; ?>