diff --git a/system/CLI/Console.php b/system/CLI/Console.php index 325eaa7b455c..89415e265134 100644 --- a/system/CLI/Console.php +++ b/system/CLI/Console.php @@ -59,10 +59,9 @@ public function showHeader(bool $suppress = false) } CLI::write(sprintf( - 'CodeIgniter v%s Command Line Tool - Server Time: %s UTC%s', + 'CodeIgniter v%s Command Line Tool - Server Time: %s', CodeIgniter::CI_VERSION, - date('Y-m-d H:i:s'), - date('P'), + date('Y-m-d H:i:s \\U\\T\\CP'), ), 'green'); CLI::newLine(); }