Commit 36c40cb5 authored by 王源's avatar 王源 🎧

修改now()方法为24小时制

parent a98d35df
...@@ -288,7 +288,7 @@ if (!function_exists('now')) { ...@@ -288,7 +288,7 @@ if (!function_exists('now')) {
*/ */
function now() function now()
{ {
return date('Y-m-d h:i:s', time()); return date('Y-m-d H:i:s', time());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment