Merge pull request #690 from GP32/patch-1

fixing "12 hours ago" error when using SQLite
This commit is contained in:
Shish 2019-12-12 12:08:22 +00:00 committed by GitHub
commit 478e927019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ function _unix_timestamp($date)
} }
function _now() function _now()
{ {
return date("Y-m-d h:i:s"); return date("Y-m-d H:i:s");
} }
function _floor($a) function _floor($a)
{ {