From bab2ebec7cf4e1bab6dc2e6012d2e3eb2a53b0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=9A=E5=AF=82=E6=96=B0?= Date: Sat, 26 Dec 2020 20:26:49 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20modified()=20=E8=BE=93=E5=87=BA=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dynamics_Abstract.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dynamics_Abstract.php b/Dynamics_Abstract.php index 3ba6f55..32ff10e 100644 --- a/Dynamics_Abstract.php +++ b/Dynamics_Abstract.php @@ -164,7 +164,8 @@ public function setCreated($created) */ public function modified() { - echo $this->modified; + $this->action(); + echo date($this->config->timeFormat, $this->modified); } /**