diff --git a/include/classes/config.php b/include/classes/config.php index 0e57898..a46cff2 100644 --- a/include/classes/config.php +++ b/include/classes/config.php @@ -3,7 +3,7 @@ // Author: Pascal KISSIAN // Resume: http://pascal.kissian.net // -// Copyright (c) 2015-2020 Pascal KISSIAN +// Copyright (c) 2015-2022 Pascal KISSIAN // // Published under the MIT License // Consider it as a proof of concept! @@ -115,7 +115,7 @@ function __construct() public function get_comment() { global $yakpro_po_version; - $now = strftime("%F %T"); + $now = date('Y-m-d H:i:s'); return sprintf($this->comment,$yakpro_po_version,$now); } diff --git a/version.php b/version.php index 8f7472c..5c28593 100644 --- a/version.php +++ b/version.php @@ -1,9 +1,9 @@ \ No newline at end of file