fixing "12 hours ago" error when using SQLite
This commit is contained in:
parent
cb29d07ecc
commit
e4400631a9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue