diff --git a/core/dbengine.php b/core/dbengine.php index a4e6e248..3feddb02 100644 --- a/core/dbengine.php +++ b/core/dbengine.php @@ -125,7 +125,7 @@ function _unix_timestamp($date) } function _now() { - return date("Y-m-d h:i:s"); + return date("Y-m-d H:i:s"); } function _floor($a) {