From 179bca3f8ca34e2ddb9d2273947bf7cfdcf087d8 Mon Sep 17 00:00:00 2001 From: Jiang Qinghua <841324345@qq.com> Date: Fri, 10 Jul 2020 12:03:55 +0800 Subject: [PATCH] Update log.blade.php --- resources/view/log.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/view/log.blade.php b/resources/view/log.blade.php index 9bfd106..ae3659a 100644 --- a/resources/view/log.blade.php +++ b/resources/view/log.blade.php @@ -295,7 +295,7 @@
Size: {{ $size }}   Updated at: - {{ \Carbon\Carbon::create(date('Y-m-d H:i:s', filectime($filePath)))->diffForHumans() }} + {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', date('Y-m-d H:i:s', filectime($filePath)))->diffForHumans() }}  
@if ($prevUrl) @@ -389,4 +389,4 @@ - \ No newline at end of file +