Skip to content

Commit

Permalink
Fixed (Sys)log date format
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Mar 30, 2024
1 parent 58740f2 commit 10cca64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Ease/Logger/ToConsole.php
Expand Up @@ -117,7 +117,7 @@ public function addToLog($caller, $message, $type = 'message')
\IntlDateFormatter::FULL,
date_default_timezone_get(),
\IntlDateFormatter::GREGORIAN,
'MM/dd/yyyy H:m:s'
'MM/dd/yyyy HH:mm:ss'
);

$ansiMessage = $this->set(strip_tags(strval($message)), self::getTypeColor($type));
Expand Down
2 changes: 1 addition & 1 deletion src/Ease/Molecule.php
Expand Up @@ -4,7 +4,7 @@
* Something between Atom and Sand
*
* @author Vitex <vitex@hippy.cz>
* @copyright 2009-2023 Vitex@hippy.cz (G)
* @copyright 2009-2024 Vitex@hippy.cz (G)
*
* PHP 8
*/
Expand Down

0 comments on commit 10cca64

Please sign in to comment.