--- fenglin/www/rss.php 2013/01/05 13:45:27 1.6
+++ fenglin/www/rss.php 2023/07/28 11:45:21 1.7
@@ -119,7 +119,7 @@ while($row=mysql_fetch_array($rs))
echo htmlspecialchars(str_replace("\n","
",str_replace("\r\n","\n",LML(str_replace("\x14"," ",str_replace("\x1B"," ",$content)),false))),
ENT_COMPAT | ENT_HTML401, 'GB2312'); ?>
echo $row["username"]." (".htmlspecialchars($row["nickname"], ENT_COMPAT | ENT_HTML401, 'GB2312').")"; ?>
- echo gmstrftime("%a, %d %b %Y %H:%M:%S GMT",strtotime($row["sub_dt"])); ?>
+ echo gmdate("D, d M Y H:i:s T",strtotime($row["sub_dt"])); ?>
echo $base_url."/bbs/view_article.php?id=".($row["TID"]==0?$row["AID"]:$row["TID"]); ?>