fixing "12 hours ago" error when using SQLite

This commit is contained in:
GP32 2019-12-10 12:50:47 +09:00 committed by GitHub
parent cb29d07ecc
commit e4400631a9
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()
{
return date("Y-m-d h:i:s");
return date("Y-m-d H:i:s");
}
function _floor($a)
{