Skip to content

Commit 0121e8d

Browse files
authored
fix: use correct 24-hour time format. (#9628)
1 parent 1f2fdf7 commit 0121e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Views/errors/html/error_exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Header -->
2525
<div class="header">
2626
<div class="environment">
27-
Displayed at <?= esc(date('H:i:sa')) ?> &mdash;
27+
Displayed at <?= esc(date('H:i:s')) ?> &mdash;
2828
PHP: <?= esc(PHP_VERSION) ?> &mdash;
2929
CodeIgniter: <?= esc(CodeIgniter::CI_VERSION) ?> --
3030
Environment: <?= ENVIRONMENT ?>

0 commit comments

Comments
 (0)