diff --git a/src/Ease/Logger/ToConsole.php b/src/Ease/Logger/ToConsole.php index 4f1c2cb..8fb95c8 100644 --- a/src/Ease/Logger/ToConsole.php +++ b/src/Ease/Logger/ToConsole.php @@ -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)); diff --git a/src/Ease/Molecule.php b/src/Ease/Molecule.php index e5d7048..eff0631 100644 --- a/src/Ease/Molecule.php +++ b/src/Ease/Molecule.php @@ -4,7 +4,7 @@ * Something between Atom and Sand * * @author Vitex - * @copyright 2009-2023 Vitex@hippy.cz (G) + * @copyright 2009-2024 Vitex@hippy.cz (G) * * PHP 8 */