From 447b9f265fe92019449cb846b441c070ab00bc81 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 16 Sep 2018 04:41:00 +0900 Subject: [PATCH] =?UTF-8?q?Auction=EC=97=90=EC=84=9C=20=EA=B5=AC=ED=98=95?= =?UTF-8?q?=20Ymd=20his=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_auction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_auction.php b/hwe/func_auction.php index f3c8178b..c7e77fa1 100644 --- a/hwe/func_auction.php +++ b/hwe/func_auction.php @@ -153,7 +153,7 @@ function processAuction() { $alllog = []; $history = []; - $date = date("Y-m-d H:i:s"); + $date = TimeUtil::now(); $admin = $gameStor->getValues(['year', 'month']);