I am trying to get current time in PHP so that I can store this in the Database.
When I do
$currentTime = time();
or
$currentTime = time('hh:ii:ss');
I get a result which is like
1428492931
but I want the time to be the correct format such as
12:33:00