Volcano T. answered 05/28/19
Tutor
New to Wyzant
Programming / SysAdmin / DBA
strtotime('now'), returns unix-timestamp.
you still need date to convert to your output format.
echo date('Y-m-d H:i:s', strtotime('now'));
> 2019-05-28 18:49:20