We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Console::showHeader()
date()
1 parent 89581dc commit 4247be6Copy full SHA for 4247be6
1 file changed
system/CLI/Console.php
@@ -59,10 +59,9 @@ public function showHeader(bool $suppress = false)
59
}
60
61
CLI::write(sprintf(
62
- 'CodeIgniter v%s Command Line Tool - Server Time: %s UTC%s',
+ 'CodeIgniter v%s Command Line Tool - Server Time: %s',
63
CodeIgniter::CI_VERSION,
64
- date('Y-m-d H:i:s'),
65
- date('P'),
+ date('Y-m-d H:i:s \\U\\T\\CP'),
66
), 'green');
67
CLI::newLine();
68
0 commit comments