--- fenglin/bbs/article_service_post.php 2025/04/27 04:18:22 1.5 +++ fenglin/bbs/article_service_post.php 2025/06/03 03:04:16 1.7 @@ -122,7 +122,7 @@ // Append indication of article update if ($id != 0) { - $content .= ("\n--\n※作者已于 " . date("Y-m-d H:i:s") . " 修改本文※\n"); + $content .= ("\n--\n※ 作者已于 " . (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i:s (\U\T\C P)") . " 修改本文※\n"); } // Calculate length of content @@ -767,4 +767,3 @@ mysqli_close($db_conn); exit(json_encode($result_set)); -?>