It is converting fine, $timestamp = strtotime('September 29, 2017, 7:16 UTC'); echo $timestamp; echo date("F j, Y, G:i T",$timestamp); what is the problem?
Thanks for the quick answer and confirmation! Indeed, there was another problem, maybe in the string i provided to strtotime. I don't know, probably the problem is in between the screen and the chair.
strtotime?$timestamp = strtotime('September 29, 2017, 7:16 UTC'); echo $timestamp; echo date("F j, Y, G:i T",$timestamp);what is the problem?