Thanks, I did not figure that out
so I tested with
$reg_time= date("G-i-s-m-d-Y",$regTime);
and ketp the zeros in
$timestamp= mktime(0,0,0,10,9,2007);
Next
added G-i-s value to $timestamp
The final result is now as expected.
However it sounds quite a long procedure to reach the desired result...