zhangjingyu
继续楼上(还是用“$tpc_postdate”,代码稍微修改下):
while ($rt = $db->fetch_array($query)) {
$tpc_author = ($rt['anonymous'] && !$pwAnonyHide && $windid != $rt['author']) ? $db_anonymousname : $rt['author'];
$tpc_pid = $rt['pid'];
$tpc_postdate=get_date($rt['postdate']);//主题回顾加回帖时间2018.9.22