🤖 Auto commit for release 'develop' on 2025-10-26

This commit is contained in:
JC5
2025-10-26 09:39:20 +01:00
parent 61390e67f6
commit 0a9715b8c1
3 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ class DebugController extends Controller
return [
'php_version' => PHP_VERSION,
'php_os' => PHP_OS,
'build_time' => config('firefly.build_time'),
'build_time' => config('firefly.build_time'),
'build_time_nice' => Carbon::parse(config('firefly.build_time'), 'Europe/Amsterdam')->setTimezone('Europe/Amsterdam')->format('Y-m-d H:i:s e'),
'uname' => php_uname('m'),
'interface' => PHP_SAPI,